diff options
author | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-12-06 15:42:25 +0100 |
---|---|---|
committer | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-12-06 15:42:25 +0100 |
commit | 7ec1fcfcff0c01d204ccbf1bac9919ba610b8606 (patch) | |
tree | cd48865b6af69a0d71a70a720b843b4b681f53bb /src/crepe/api/Animator.cpp | |
parent | 3fbe1a5c72e7512a330111665482a5babf21cc15 (diff) |
implemented final max feedback
Diffstat (limited to 'src/crepe/api/Animator.cpp')
-rw-r--r-- | src/crepe/api/Animator.cpp | 2 |
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), |