Fix warning + apply trailing whitespaces in stb_ libs (as applied on nothings/stb on 2020/02/02, facilitating further diffs)

This commit is contained in:
ocornut
2021-07-05 16:46:12 +02:00
parent 4ddb6b46c3
commit 327a5d8253
6 changed files with 125 additions and 122 deletions

View File

@ -3206,7 +3206,7 @@ void ImFont::BuildLookupTable()
if (FallbackGlyph == NULL)
{
FallbackGlyph = &Glyphs.back();
FallbackChar = FallbackGlyph->Codepoint;
FallbackChar = (ImWchar)FallbackGlyph->Codepoint;
}
}