mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-18 03:40:54 +00:00
Merge pull request #1367 from marauder2k9-torque/SFXChannels-Fix-order
SFX Channels Fix
This commit is contained in:
commit
f58781688d
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