aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/api/LoopManager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/crepe/api/LoopManager.cpp')
-rw-r--r--src/crepe/api/LoopManager.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/crepe/api/LoopManager.cpp b/src/crepe/api/LoopManager.cpp
index 88ca704..51d9122 100644
--- a/src/crepe/api/LoopManager.cpp
+++ b/src/crepe/api/LoopManager.cpp
@@ -67,7 +67,7 @@ void LoopManager::render() {
}
}
-void LoopManager::update() {
- LoopTimer & timer = LoopTimer::get_instance();
+void LoopManager::update() {
+ LoopTimer & timer = LoopTimer::get_instance();
this->get_system<AnimatorSystem>().update();
}