diff options
Diffstat (limited to 'ui/windowContent.cpp')
-rw-r--r-- | ui/windowContent.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |