make ImguiModule safe to unload

This commit is contained in:
2025-04-12 18:19:16 -05:00
parent daebf5eaa0
commit 1d4087e842
3 changed files with 8 additions and 1 deletions

View File

@@ -23,6 +23,8 @@ class ImguiModule : public Archimedes::Module {
private:
ImGuiContext* context;
std::list<std::function<void()>>::iterator rcmd_it;
};
#ifdef IMGUIMODULE_DYNAMIC