ImguiModule doesn't need a run function

This commit is contained in:
2025-04-10 11:55:44 -05:00
parent e3bc75dea8
commit 6bc3593f22
2 changed files with 0 additions and 22 deletions

View File

@@ -19,8 +19,6 @@ class ImguiModule : public Archimedes::GuiModule {
bool onEvent(const Archimedes::Event& e) { return false; }
void run();
ImGuiContext* getContext() { return context; }
private: