浏览代码

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