aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormax-001 <maxsmits21@kpnmail.nl>2024-12-09 13:28:29 +0100
committermax-001 <maxsmits21@kpnmail.nl>2024-12-09 13:28:29 +0100
commitd41730984f971489fb4b14b73ce2888ad1858efe (patch)
tree22f31d65c8a5597e0ff079a04776a5b80e524ae1 /src
parent34afa0036dc1fce79ea3db1885a56f9c395f29aa (diff)
Fixed merge issue
Diffstat (limited to 'src')
-rw-r--r--src/crepe/api/LoopManager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crepe/api/LoopManager.cpp b/src/crepe/api/LoopManager.cpp
index 558ff3a..7617600 100644
--- a/src/crepe/api/LoopManager.cpp
+++ b/src/crepe/api/LoopManager.cpp
@@ -77,4 +77,4 @@ void LoopManager::render() {
this->get_system<RenderSystem>().update();
}
-void LoopManager::update() { this->get_system<AnimatorSystem>().update(); }
+void LoopManager::update() {}