1
0
Fork 0

Fix e1f5be62: Run missing-glyph detection after toggling sprite font.

pull/11812/head
Michael Lutz 2024-01-16 23:23:53 +01:00
parent 7737aa6640
commit d8c4afe55f
1 changed files with 1 additions and 0 deletions

View File

@ -574,6 +574,7 @@ struct GameOptionsWindow : Window {
InitFontCache(false);
InitFontCache(true);
ClearFontCache();
CheckForMissingGlyphs();
SetupWidgetDimensions();
UpdateAllVirtCoords();
ReInitAllWindows(true);