mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 13:37:42 -05:00
fix: GLFW error on exit
This commit is contained in:
@@ -95,6 +95,11 @@ namespace hex {
|
||||
}
|
||||
}
|
||||
|
||||
static void clear() noexcept {
|
||||
s_events.clear();
|
||||
s_tokenStore.clear();
|
||||
}
|
||||
|
||||
private:
|
||||
static std::map<void *, EventList::iterator> s_tokenStore;
|
||||
static EventList s_events;
|
||||
|
||||
Reference in New Issue
Block a user