summaryrefslogtreecommitdiff
path: root/ui/queryTool.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ui/queryTool.cpp')
-rw-r--r--ui/queryTool.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/queryTool.cpp b/ui/queryTool.cpp
index e48bae1..e046084 100644
--- a/ui/queryTool.cpp
+++ b/ui/queryTool.cpp
@@ -31,7 +31,7 @@ QueryTool::click(const SDL_MouseButtonEvent & event, const Ray<GlobalPosition3D>
}
void
-QueryTool::render(const UIShader &, const UIComponent::Position &)
+QueryTool::render(const UIShader &)
{
ImGui::Begin("Query Tool");
ImGui::TextUnformatted(clicked.c_str());