Whitespace fix to previous

This commit is contained in:
James Wallis
2017-08-15 14:12:32 +01:00
committed by GitHub
parent 718f00d651
commit 9239e91dc9
2 changed files with 2 additions and 2 deletions

View File

@ -1061,7 +1061,7 @@ ImFontAtlas::ImFontAtlas()
TexPixelsAlpha8 = NULL;
TexPixelsRGBA32 = NULL;
TexWidth = TexHeight = TexDesiredWidth = 0;
TexGlyphPadding = 1;
TexGlyphPadding = 1;
TexUvWhitePixel = ImVec2(0, 0);
}