From 0854ebbc0720c1691f2de661c4ce3467b71746c6 Mon Sep 17 00:00:00 2001 From: HampusM Date: Sun, 6 Mar 2022 13:29:10 +0100 Subject: refactor: replace unsigned int with uint32_t --- src/engine/user/cursor.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/engine/user/cursor.hpp') diff --git a/src/engine/user/cursor.hpp b/src/engine/user/cursor.hpp index 69d639a..70a2bf2 100644 --- a/src/engine/user/cursor.hpp +++ b/src/engine/user/cursor.hpp @@ -28,7 +28,7 @@ public: CursorController() = default; template - constexpr void move(const unsigned int &amount) const; + constexpr void move(const uint32_t &amount) const; static void move_to(const Vector2 &pos); -- cgit v1.2.3-18-g5258