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/windowContent.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/windowContent.cpp') diff --git a/ui/windowContent.cpp b/ui/windowContent.cpp index 91732a7..f55a8d5 100644 --- a/ui/windowContent.cpp +++ b/ui/windowContent.cpp @@ -27,6 +27,6 @@ WindowContent::handleInput(const SDL_Event & e) eAdjusted.motion.y = size.y - e.motion.y; break; } - uiComponents.rapplyOne(&UIComponent::handleInput, eAdjusted, UIComponent::Position {{}, size}); + uiComponents.rapplyOne(&UIComponent::handleInput, eAdjusted); return true; } -- cgit v1.2.3