aboutsummaryrefslogtreecommitdiff
path: root/src/engine/user/cursor.tpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/user/cursor.tpp')
-rw-r--r--src/engine/user/cursor.tpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/user/cursor.tpp b/src/engine/user/cursor.tpp
index 224418e..0743ae8 100644
--- a/src/engine/user/cursor.tpp
+++ b/src/engine/user/cursor.tpp
@@ -19,7 +19,7 @@ constexpr auto get_direction_format_map()
}
template <Direction::value_type direction>
-constexpr void CursorController::move(const unsigned int &amount) const
+constexpr void CursorController::move(const uint32_t &amount) const
{
constexpr auto direction_format_map = get_direction_format_map();