diff options
author | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-12-02 21:01:40 +0100 |
---|---|---|
committer | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-12-02 21:01:40 +0100 |
commit | 900cfa9f31de40308b9ea3d0c73372d44f11094c (patch) | |
tree | c40c2012c30738af86e7d7c5c072ab06a4198182 /src/crepe/api/Animator.h | |
parent | 0a1739de21e5ab270cb45efb6fc0aed092d81227 (diff) |
make format
Diffstat (limited to 'src/crepe/api/Animator.h')
-rw-r--r-- | src/crepe/api/Animator.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/crepe/api/Animator.h b/src/crepe/api/Animator.h index 36bc9f4..74abd5e 100644 --- a/src/crepe/api/Animator.h +++ b/src/crepe/api/Animator.h @@ -45,7 +45,6 @@ public: //! end frame for cycling (-1 --> use last frame) int cycle_end = -1; - //! offset in pixels. // TODO implement int offset_x = 0; |