]> git.mxchange.org Git - flightgear.git/commitdiff
the plib documentation says we should call fntInit() before using fonts;
authormfranz <mfranz>
Sun, 8 May 2005 14:32:56 +0000 (14:32 +0000)
committermfranz <mfranz>
Sun, 8 May 2005 14:32:56 +0000 (14:32 +0000)
not that it makes a difference ...

src/Main/main.cxx

index c6a86ee62a6542ab26c06c4bb3f650f6178f71a9..859076967407e172d0613f620173b73447bd2381 100644 (file)
@@ -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