mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-27 20:20:40 +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;
|
BigFont = OriginalBigFont;
|
||||||
}
|
}
|
||||||
AlternativeSmallFont = OriginalSmallFont;
|
AlternativeSmallFont = OriginalSmallFont;
|
||||||
|
AlternativeBigFont = OriginalBigFont;
|
||||||
}
|
}
|
||||||
|
|
||||||
void V_LoadTranslations()
|
void V_LoadTranslations()
|
||||||
|
|
|
@ -882,6 +882,7 @@ int RunGame()
|
||||||
videoInit();
|
videoInit();
|
||||||
|
|
||||||
D_CheckNetGame();
|
D_CheckNetGame();
|
||||||
|
UpdateGenericUI(ui_generic);
|
||||||
MainLoop();
|
MainLoop();
|
||||||
return 0; // this is never reached. MainLoop only exits via exception.
|
return 0; // this is never reached. MainLoop only exits via exception.
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue