ImFontAtlas Comments (#2042) + added ImGuiFontAtlas_None for consistency.

This commit is contained in:
omar
2018-08-25 20:02:36 +02:00
parent 06e917f135
commit a082692b0a
2 changed files with 24 additions and 13 deletions

View File

@ -1383,7 +1383,7 @@ static const ImVec2 FONT_ATLAS_DEFAULT_TEX_CURSOR_DATA[ImGuiMouseCursor_COUNT][3
ImFontAtlas::ImFontAtlas()
{
Locked = false;
Flags = 0x00;
Flags = ImFontAtlasFlags_None;
TexID = NULL;
TexDesiredWidth = 0;
TexGlyphPadding = 1;