From ced16a1bb9ef735a2fe44b64ac594bf9b4a7f9bf Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Wed, 19 Mar 2025 01:44:18 +0000 Subject: Replace basic rail builder UI with a ImGui version --- ui/gameMainSelector.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/gameMainSelector.h') diff --git a/ui/gameMainSelector.h b/ui/gameMainSelector.h index e715823..16f70eb 100644 --- a/ui/gameMainSelector.h +++ b/ui/gameMainSelector.h @@ -23,7 +23,7 @@ public: virtual bool click(const SDL_MouseButtonEvent &, const Ray &); virtual bool move(const SDL_MouseMotionEvent &, const Ray &); virtual bool handleInput(const SDL_Event &, const Position & pos); - virtual void render(const UIShader & shader, const Position & pos) const; + virtual void render(const UIShader & shader, const Position & pos); virtual void render(const SceneShader &, const Frustum &) const; }; -- cgit v1.2.3