mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-19 01:24:20 +00:00
Whitespace fix to previous
This commit is contained in:
parent
718f00d651
commit
9239e91dc9
2 changed files with 2 additions and 2 deletions
|
|
@ -1061,7 +1061,7 @@ ImFontAtlas::ImFontAtlas()
|
|||
TexPixelsAlpha8 = NULL;
|
||||
TexPixelsRGBA32 = NULL;
|
||||
TexWidth = TexHeight = TexDesiredWidth = 0;
|
||||
TexGlyphPadding = 1;
|
||||
TexGlyphPadding = 1;
|
||||
TexUvWhitePixel = ImVec2(0, 0);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue