aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/api/Animator.cpp
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-12-22 20:05:02 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2024-12-22 20:05:02 +0100
commitec69f40540317215d0f30e1f8e43d0e18450f8cc (patch)
tree1468a8d5bbf4a8800cee89c9e114d09348fa88bb /src/crepe/api/Animator.cpp
parenta600cc55468a6513743ce916aa3da129270c23f0 (diff)
`make format`
Diffstat (limited to 'src/crepe/api/Animator.cpp')
-rw-r--r--src/crepe/api/Animator.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/crepe/api/Animator.cpp b/src/crepe/api/Animator.cpp
index 5ac0617..f6f2654 100644
--- a/src/crepe/api/Animator.cpp
+++ b/src/crepe/api/Animator.cpp
@@ -44,4 +44,3 @@ void Animator::set_cycle_range(int start, int end) {
this->data.cycle_start = start;
this->data.cycle_end = end;
}
-