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.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/queryTool.cpp') 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 } void -QueryTool::render(const UIShader &, const UIComponent::Position &) +QueryTool::render(const UIShader &) { ImGui::Begin("Query Tool"); ImGui::TextUnformatted(clicked.c_str()); -- cgit v1.2.3