diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-12-06 16:01:14 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-12-06 16:01:14 +0100 |
commit | 0bed469e2ececfa240085a34252dd7ed23519de3 (patch) | |
tree | 853b4fbdbe6842ce0011d815d7f7af4764d127d5 /src/crepe/api/LoopManager.cpp | |
parent | 161997aae7b87fa82f670d551d66e376c7ed1f2d (diff) |
remove redundant codeloek/cleanup
Diffstat (limited to 'src/crepe/api/LoopManager.cpp')
-rw-r--r-- | src/crepe/api/LoopManager.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/crepe/api/LoopManager.cpp b/src/crepe/api/LoopManager.cpp index dc2d9e0..8fef0c4 100644 --- a/src/crepe/api/LoopManager.cpp +++ b/src/crepe/api/LoopManager.cpp @@ -12,9 +12,6 @@ using namespace crepe; using namespace std; LoopManager::LoopManager() { - this->mediator.component_manager = this->component_manager; - this->mediator.scene_manager = this->scene_manager; - this->load_system<AnimatorSystem>(); this->load_system<CollisionSystem>(); this->load_system<ParticleSystem>(); |