From bdc034f0b8eba4c7e862ede2b37a3f7dc8254775 Mon Sep 17 00:00:00 2001 From: Areloch Date: Mon, 27 Feb 2017 23:02:33 -0600 Subject: [PATCH] Missed adding the postFXInit call to the main.cs.in file. --- Templates/BaseGame/game/main.cs.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Templates/BaseGame/game/main.cs.in b/Templates/BaseGame/game/main.cs.in index 760e45b02..2ec150c0d 100644 --- a/Templates/BaseGame/game/main.cs.in +++ b/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();