From 0d432961a29d509cd0d1fa80361f04009dcf9c17 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Wed, 19 Mar 2025 03:19:38 +0000 Subject: Remove lots of stuff not required or superseded with ImGui use --- ui/queryTool.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/queryTool.h') diff --git a/ui/queryTool.h b/ui/queryTool.h index 8462214..cef4b75 100644 --- a/ui/queryTool.h +++ b/ui/queryTool.h @@ -7,7 +7,7 @@ protected: using GameMainSelector::Component::render; bool click(const SDL_MouseButtonEvent &, const Ray &) override; - void render(const UIShader & shader, const UIComponent::Position & pos) override; + void render(const UIShader & shader) override; private: std::string clicked; -- cgit v1.2.3