Просмотр исходного кода

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

Areloch 8 лет назад
Родитель
Сommit
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();