Преглед на файлове

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();