diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2025-03-19 03:42:35 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2025-03-19 03:42:35 +0000 |
commit | 271d5c55260cc8a0198938f3259f793e3957e3e3 (patch) | |
tree | 9e4ffbb7a47bb7e027aee5b01cb2665532e2b391 /ui/queryTool.h | |
parent | Remove lots of stuff not required or superseded with ImGui use (diff) | |
download | ilt-271d5c55260cc8a0198938f3259f793e3957e3e3.tar.bz2 ilt-271d5c55260cc8a0198938f3259f793e3957e3e3.tar.xz ilt-271d5c55260cc8a0198938f3259f793e3957e3e3.zip |
Remove unrequired UIShader
Diffstat (limited to 'ui/queryTool.h')
-rw-r--r-- | ui/queryTool.h | 2 |
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; |