summaryrefslogtreecommitdiff
path: root/ui/queryTool.cpp
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2025-03-19 03:42:35 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2025-03-19 03:42:35 +0000
commit271d5c55260cc8a0198938f3259f793e3957e3e3 (patch)
tree9e4ffbb7a47bb7e027aee5b01cb2665532e2b391 /ui/queryTool.cpp
parentRemove lots of stuff not required or superseded with ImGui use (diff)
downloadilt-271d5c55260cc8a0198938f3259f793e3957e3e3.tar.bz2
ilt-271d5c55260cc8a0198938f3259f793e3957e3e3.tar.xz
ilt-271d5c55260cc8a0198938f3259f793e3957e3e3.zip
Remove unrequired UIShader
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 e046084..d016afa 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 &)
+QueryTool::render()
{
ImGui::Begin("Query Tool");
ImGui::TextUnformatted(clicked.c_str());