mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 07:34:45 +00:00
Missed adding the postFXInit call to the main.cs.in file.
This commit is contained in:
parent
28ad18def9
commit
bdc034f0b8
1 changed files with 2 additions and 0 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue