* 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

@ -49,7 +49,7 @@ extern bool gEditingMission;
MODULE_BEGIN( Scene )
MODULE_INIT_AFTER( Sim )
MODULE_SHUTDOWN_BEFORE( Sim )
MODULE_SHUTDOWN_AFTER( Sim )
MODULE_INIT
{