mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
* BugFix: Correct the possibility of the Sim module being deinitialized after the Scene module despite the Sim module being dependentant on the Scene module.
This commit is contained in:
parent
e372545cc6
commit
38e7bb9232
2 changed files with 2 additions and 2 deletions
|
|
@ -46,7 +46,7 @@ MODULE_BEGIN( 3D )
|
|||
|
||||
MODULE_SHUTDOWN_BEFORE( Process )
|
||||
MODULE_SHUTDOWN_BEFORE( Sim )
|
||||
MODULE_SHUTDOWN_AFTER( Scene )
|
||||
MODULE_SHUTDOWN_BEFORE( Scene )
|
||||
|
||||
MODULE_INIT
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue