diff options
author | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-11-28 10:04:14 +0100 |
---|---|---|
committer | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-11-28 10:04:14 +0100 |
commit | 2d623522db0677ca5e88a53e3705a10ce59ba8b6 (patch) | |
tree | dd5acb4f0ab54e6f0e284181d9ee51e5ba4a7ce6 /src/crepe/api/Animator.h | |
parent | 71be3e36dbb402c3e84d87ea0255c08cb2a1b7ca (diff) |
removed animator rectangle
Diffstat (limited to 'src/crepe/api/Animator.h')
-rw-r--r-- | src/crepe/api/Animator.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/crepe/api/Animator.h b/src/crepe/api/Animator.h index 19c9ebd..6c506aa 100644 --- a/src/crepe/api/Animator.h +++ b/src/crepe/api/Animator.h @@ -57,8 +57,6 @@ private: //! The current row being animated. int curr_row = 0; - Rect animator_rect; - //TODO: Is this necessary? //int fps; |