From 8554de0ebd75aea3c4b25d2fc211ad3a904f741b Mon Sep 17 00:00:00 2001 From: WBoerenkamps Date: Wed, 27 Nov 2024 14:46:56 +0100 Subject: added RefVector --- src/crepe/system/InputSystem.cpp | 11 +++++------ src/crepe/system/InputSystem.h | 4 ++-- 2 files changed, 7 insertions(+), 8 deletions(-) (limited to 'src/crepe') diff --git a/src/crepe/system/InputSystem.cpp b/src/crepe/system/InputSystem.cpp index 590be8d..dc5efff 100644 --- a/src/crepe/system/InputSystem.cpp +++ b/src/crepe/system/InputSystem.cpp @@ -89,9 +89,8 @@ void InputSystem::update() { void InputSystem::handle_move(const SDLContext::EventData & event_data) { ComponentManager & mgr = this->component_manager; - std::vector> buttons = mgr.get_components_by_type