mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-06 05:50:31 +00:00
Update core.tscript
change the execution order so sfx is initialized right after rendering
This commit is contained in:
parent
4a0bb46b49
commit
c4a6159faa
1 changed files with 1 additions and 1 deletions
|
|
@ -20,10 +20,10 @@ function CoreModule::onCreate(%this)
|
|||
ProjectSettings.read();
|
||||
|
||||
ModuleDatabase.LoadExplicit( "Core_Rendering" );
|
||||
ModuleDatabase.LoadExplicit( "Core_SFX" );
|
||||
ModuleDatabase.LoadExplicit( "Core_Utility" );
|
||||
ModuleDatabase.LoadExplicit( "Core_GUI" );
|
||||
ModuleDatabase.LoadExplicit( "Core_Lighting" );
|
||||
ModuleDatabase.LoadExplicit( "Core_SFX" );
|
||||
ModuleDatabase.LoadExplicit( "Core_PostFX" );
|
||||
ModuleDatabase.LoadExplicit( "Core_GameObjects" );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue