mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 14:52:01 +00:00
- fixed incomplete font initialization.
This commit is contained in:
parent
9a6a98ada9
commit
aeda977bc2
2 changed files with 2 additions and 0 deletions
|
@ -819,6 +819,7 @@ void V_InitFonts()
|
|||
BigFont = OriginalBigFont;
|
||||
}
|
||||
AlternativeSmallFont = OriginalSmallFont;
|
||||
AlternativeBigFont = OriginalBigFont;
|
||||
}
|
||||
|
||||
void V_LoadTranslations()
|
||||
|
|
|
@ -882,6 +882,7 @@ int RunGame()
|
|||
videoInit();
|
||||
|
||||
D_CheckNetGame();
|
||||
UpdateGenericUI(ui_generic);
|
||||
MainLoop();
|
||||
return 0; // this is never reached. MainLoop only exits via exception.
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue