diff options
Diffstat (limited to 'src/engine/user/cursor.cpp')
| -rw-r--r-- | src/engine/user/cursor.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/engine/user/cursor.cpp b/src/engine/user/cursor.cpp index e3ad56c..a372ca7 100644 --- a/src/engine/user/cursor.cpp +++ b/src/engine/user/cursor.cpp @@ -12,7 +12,7 @@ CursorController::CursorController() noexcept  void CursorController::move(  	const Vector2 &direction, -	const uint32_t &amount, +	const std::uint32_t &amount,  	bool flush_cout) noexcept  {  	auto direction_format = direction_format_map.at(direction); | 
