From 0e781f07bda4a73e89eb59b9765aa9f609647932 Mon Sep 17 00:00:00 2001 From: HampusM Date: Tue, 8 Mar 2022 16:39:17 +0100 Subject: fix: change move cursor argument to non-const reference --- src/game/input_configurator.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/input_configurator.hpp') diff --git a/src/game/input_configurator.hpp b/src/game/input_configurator.hpp index 3846d50..8e5b9bf 100644 --- a/src/game/input_configurator.hpp +++ b/src/game/input_configurator.hpp @@ -13,7 +13,7 @@ namespace InputActions { -auto move_cursor(const Vector2 &direction, const CursorController &cursor_controller); +auto move_cursor(const Vector2 &direction, CursorController &cursor_controller); void exit_success(); -- cgit v1.2.3-18-g5258