Explorar o código

Missed adding the postFXInit call to the main.cs.in file.

Areloch %!s(int64=8) %!d(string=hai) anos
pai
achega
bd3af15260
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      Templates/BaseGame/game/main.cs.in

+ 2 - 0
Templates/BaseGame/game/main.cs.in

@@ -67,6 +67,8 @@ if( !$isDedicated )
    //Autodetect settings if it's our first time
    if($pref::Video::autoDetect)
       GraphicsMenu.Autodetect();
+
+   postFXInit();
    
    closeSplashWindow();