Skip to content

Commit

Permalink
- fixed: The level's local event manager wasn't fully taken down when…
Browse files Browse the repository at this point in the history
… freeing the level's data.
  • Loading branch information
coelckers committed Feb 9, 2019
1 parent acc510d commit a5feff7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/events.cpp
Expand Up @@ -258,6 +258,7 @@ void EventManager::Shutdown()
{
handler->Destroy();
}
FirstEventHandler = LastEventHandler = nullptr;
}

#define DEFINE_EVENT_LOOPER(name, play) void EventManager::name() \
Expand Down

0 comments on commit a5feff7

Please sign in to comment.