the plib documentation says we should call fntInit() before using fonts;
not that it makes a difference ...
This commit is contained in:
parent
408dcc38b1
commit
fb14bdb8ec
1 changed files with 1 additions and 0 deletions
|
@ -1027,6 +1027,7 @@ bool fgMainInit( int argc, char **argv ) {
|
||||||
fgGetBool("/sim/startup/fullscreen") );
|
fgGetBool("/sim/startup/fullscreen") );
|
||||||
|
|
||||||
// Initialize the splash screen right away
|
// Initialize the splash screen right away
|
||||||
|
fntInit();
|
||||||
fgSplashInit(fgGetString("/sim/startup/splash-texture"));
|
fgSplashInit(fgGetString("/sim/startup/splash-texture"));
|
||||||
|
|
||||||
// pass control off to the master event handler
|
// pass control off to the master event handler
|
||||||
|
|
Loading…
Reference in a new issue