- fixed: The level's local event manager wasn't fully taken down when freeing the level's data.

This commit is contained in:
Christoph Oelckers 2019-02-09 08:46:13 +01:00
parent acc510dfb3
commit a5feff7aa0
1 changed files with 1 additions and 0 deletions

View File

@ -258,6 +258,7 @@ void EventManager::Shutdown()
{
handler->Destroy();
}
FirstEventHandler = LastEventHandler = nullptr;
}
#define DEFINE_EVENT_LOOPER(name, play) void EventManager::name() \