mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-09 14:31:03 +00:00
Missed adding the postFXInit call to the main.cs.in file.
This commit is contained in:
parent
28ad18def9
commit
bdc034f0b8
|
|
@ -67,6 +67,8 @@ if( !$isDedicated )
|
|||
//Autodetect settings if it's our first time
|
||||
if($pref::Video::autoDetect)
|
||||
GraphicsMenu.Autodetect();
|
||||
|
||||
postFXInit();
|
||||
|
||||
closeSplashWindow();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue