summaryrefslogtreecommitdiff
path: root/ui/queryTool.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/queryTool.h')
-rw-r--r--ui/queryTool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/queryTool.h b/ui/queryTool.h
index cef4b75..4d16960 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) override;
+ void render() override;
private:
std::string clicked;