aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/api/Animator.cpp
diff options
context:
space:
mode:
authorheavydemon21 <nielsstunnebrink1@gmail.com>2024-12-06 15:42:25 +0100
committerheavydemon21 <nielsstunnebrink1@gmail.com>2024-12-06 15:42:25 +0100
commit7ec1fcfcff0c01d204ccbf1bac9919ba610b8606 (patch)
treecd48865b6af69a0d71a70a720b843b4b681f53bb /src/crepe/api/Animator.cpp
parent3fbe1a5c72e7512a330111665482a5babf21cc15 (diff)
implemented final max feedback
Diffstat (limited to 'src/crepe/api/Animator.cpp')
-rw-r--r--src/crepe/api/Animator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crepe/api/Animator.cpp b/src/crepe/api/Animator.cpp
index dc99fd4..8b91859 100644
--- a/src/crepe/api/Animator.cpp
+++ b/src/crepe/api/Animator.cpp
@@ -7,7 +7,7 @@
using namespace crepe;
-Animator::Animator(uint32_t id, Sprite & ss, int max_row, int max_col,
+Animator::Animator(uint32_t id, Sprite & ss, unsigned int max_row, unsigned int max_col,
const Animator::Data & ctx)
: Component(id),
spritesheet(ss),