diff options
author | max-001 <maxsmits21@kpnmail.nl> | 2024-12-09 13:28:29 +0100 |
---|---|---|
committer | max-001 <maxsmits21@kpnmail.nl> | 2024-12-09 13:28:29 +0100 |
commit | d41730984f971489fb4b14b73ce2888ad1858efe (patch) | |
tree | 22f31d65c8a5597e0ff079a04776a5b80e524ae1 /src | |
parent | 34afa0036dc1fce79ea3db1885a56f9c395f29aa (diff) |
Fixed merge issue
Diffstat (limited to 'src')
-rw-r--r-- | src/crepe/api/LoopManager.cpp | 2 |
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() {} |