From 271d5c55260cc8a0198938f3259f793e3957e3e3 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Wed, 19 Mar 2025 03:42:35 +0000 Subject: Remove unrequired UIShader --- 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 e046084..d016afa 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 &) +QueryTool::render() { ImGui::Begin("Query Tool"); ImGui::TextUnformatted(clicked.c_str()); -- cgit v1.2.3