diff options
author | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-12-06 19:22:33 +0100 |
---|---|---|
committer | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-12-06 19:22:33 +0100 |
commit | f3adf300c5ba9b382f74e5b704501fd047399062 (patch) | |
tree | c7659480acb5e3acca9e60129da97c6dfa7f3f50 /src/crepe/system/AnimatorSystem.h | |
parent | 05e099c03a2242bf5194d06191a0ff667d404817 (diff) |
make format
Diffstat (limited to 'src/crepe/system/AnimatorSystem.h')
-rw-r--r-- | src/crepe/system/AnimatorSystem.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/crepe/system/AnimatorSystem.h b/src/crepe/system/AnimatorSystem.h index 1e8cd7d..7d3f565 100644 --- a/src/crepe/system/AnimatorSystem.h +++ b/src/crepe/system/AnimatorSystem.h @@ -23,7 +23,6 @@ public: * looping). */ void update() override; - }; } // namespace crepe |