diff options
author | JAROWMR <jarorutjes07@gmail.com> | 2024-11-13 19:24:32 +0100 |
---|---|---|
committer | JAROWMR <jarorutjes07@gmail.com> | 2024-11-13 19:24:32 +0100 |
commit | 9a95e6cb2c1f1255643d1b8996cd8eeb108c6f8c (patch) | |
tree | d1cb1b330a6bafcc25f0812917ffd48233135fa8 /src/crepe/system/ParticleSystem.cpp | |
parent | 0b2ca3c323c7f73d031e7014ba0a17dcf0b59751 (diff) |
fixed issues
Diffstat (limited to 'src/crepe/system/ParticleSystem.cpp')
-rw-r--r-- | src/crepe/system/ParticleSystem.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/crepe/system/ParticleSystem.cpp b/src/crepe/system/ParticleSystem.cpp index 4a25b47..e7a3bec 100644 --- a/src/crepe/system/ParticleSystem.cpp +++ b/src/crepe/system/ParticleSystem.cpp @@ -11,8 +11,6 @@ using namespace crepe; -ParticleSystem::ParticleSystem() {} - void ParticleSystem::update() { // Get all emitters ComponentManager & mgr = ComponentManager::get_instance(); |