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 9379fd79c5
commit bd3af15260

View file

@ -68,6 +68,8 @@ if( !$isDedicated )
if($pref::Video::autoDetect) if($pref::Video::autoDetect)
GraphicsMenu.Autodetect(); GraphicsMenu.Autodetect();
postFXInit();
closeSplashWindow(); closeSplashWindow();
// As we know at this point that the initial load is complete, // As we know at this point that the initial load is complete,