소스 검색

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