* 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:
Robert MacGregor 2021-11-02 18:52:54 -04:00
parent e372545cc6
commit 38e7bb9232
2 changed files with 2 additions and 2 deletions

View file

@ -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
{