From: mfranz Date: Sun, 8 May 2005 14:32:56 +0000 (+0000) Subject: the plib documentation says we should call fntInit() before using fonts; X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=fb14bdb8eca807e073fff85aab5cd1ed164165a8;p=flightgear.git the plib documentation says we should call fntInit() before using fonts; not that it makes a difference ... --- diff --git a/src/Main/main.cxx b/src/Main/main.cxx index c6a86ee62..859076967 100644 --- a/src/Main/main.cxx +++ b/src/Main/main.cxx @@ -1027,6 +1027,7 @@ bool fgMainInit( int argc, char **argv ) { fgGetBool("/sim/startup/fullscreen") ); // Initialize the splash screen right away + fntInit(); fgSplashInit(fgGetString("/sim/startup/splash-texture")); // pass control off to the master event handler