Comments, FAQ update.

This commit is contained in:
omar
2018-03-05 11:30:23 +01:00
parent 5ed45d0aec
commit 0ec356eb6e
4 changed files with 34 additions and 39 deletions

View File

@ -1391,7 +1391,7 @@ void ImFontAtlas::ClearInputData()
ConfigData[i].FontData = NULL;
}
// When clearing this we lose access to the font name and other information used to build the font.
// When clearing this we lose access to the font name and other information used to build the font.
for (int i = 0; i < Fonts.Size; i++)
if (Fonts[i]->ConfigData >= ConfigData.Data && Fonts[i]->ConfigData < ConfigData.Data + ConfigData.Size)
{