diff options
author | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-12-04 10:57:20 +0100 |
---|---|---|
committer | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-12-04 10:57:20 +0100 |
commit | 9cde6875186b335c75eafa6402f0957cd4252c76 (patch) | |
tree | d2e6293661ddfa1dfbc0bbbf5ba1f20355d37604 /src/crepe/api/Animator.h | |
parent | a11824956b478e356fa684c9d88b980aa22cb19a (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 1fe2b6f..dab6697 100644 --- a/src/crepe/api/Animator.h +++ b/src/crepe/api/Animator.h @@ -19,7 +19,6 @@ class Animator : public Component { public: struct Data { - //! frames per second for animation int fps = 1; |