mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 23:01:59 +00:00
- 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();
|
handler->Destroy();
|
||||||
}
|
}
|
||||||
|
FirstEventHandler = LastEventHandler = nullptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
#define DEFINE_EVENT_LOOPER(name, play) void EventManager::name() \
|
#define DEFINE_EVENT_LOOPER(name, play) void EventManager::name() \
|
||||||
|
|
Loading…
Reference in a new issue