Преглед изворни кода

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

Areloch пре 8 година
родитељ
комит
bd3af15260
1 измењених фајлова са 2 додато и 0 уклоњено
  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();