ImguiModule doesn't need a run function
This commit is contained in:
@@ -19,8 +19,6 @@ class ImguiModule : public Archimedes::GuiModule {
|
||||
|
||||
bool onEvent(const Archimedes::Event& e) { return false; }
|
||||
|
||||
void run();
|
||||
|
||||
ImGuiContext* getContext() { return context; }
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user