- fixed: The level's local event manager wasn't fully taken down when freeing the level's data.
This commit is contained in:
parent
acc510dfb3
commit
a5feff7aa0
1 changed files with 1 additions and 0 deletions
|
|
@ -258,6 +258,7 @@ void EventManager::Shutdown()
|
|||
{
|
||||
handler->Destroy();
|
||||
}
|
||||
FirstEventHandler = LastEventHandler = nullptr;
|
||||
}
|
||||
|
||||
#define DEFINE_EVENT_LOOPER(name, play) void EventManager::name() \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue