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