diff options
Diffstat (limited to 'ui/queryTool.h')
-rw-r--r-- | ui/queryTool.h | 2 |
1 files changed, 1 insertions, 1 deletions
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<GlobalPosition3D> &) override; - void render(const UIShader & shader, const UIComponent::Position & pos) override; + void render(const UIShader & shader) override; private: std::string clicked; |