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

This commit is contained in:
Areloch 2017-02-27 23:02:33 -06:00
parent 28ad18def9
commit bdc034f0b8

View file

@ -67,6 +67,8 @@ if( !$isDedicated )
//Autodetect settings if it's our first time
if($pref::Video::autoDetect)
GraphicsMenu.Autodetect();
postFXInit();
closeSplashWindow();