Fix abort error on quit

This commit is contained in:
ineedbots 2021-06-29 16:57:34 -06:00
parent 2be8cd138c
commit e244cd3bc0

View File

@ -47,6 +47,9 @@ namespace Components
Loader::Register(new Scheduler());
Loader::Pregame = false;
// Make sure preDestroy is called when the game shuts down
Scheduler::OnShutdown(Loader::PreDestroy);
}
void Loader::Uninitialize()