diff options
author | JAROWMR <jarorutjes07@gmail.com> | 2024-12-13 20:44:32 +0100 |
---|---|---|
committer | JAROWMR <jarorutjes07@gmail.com> | 2024-12-13 20:44:32 +0100 |
commit | 512aa7f54b88994d3095971b2001930b4e612947 (patch) | |
tree | 443188c36fcb380b335504ac01b7730bca70266b /src/crepe/system/ParticleSystem.h | |
parent | 79741613fdf915bfb8b7517826205d2cb1715971 (diff) |
make format
Diffstat (limited to 'src/crepe/system/ParticleSystem.h')
-rw-r--r-- | src/crepe/system/ParticleSystem.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/crepe/system/ParticleSystem.h b/src/crepe/system/ParticleSystem.h index 95a2bd5..154521d 100644 --- a/src/crepe/system/ParticleSystem.h +++ b/src/crepe/system/ParticleSystem.h @@ -23,7 +23,6 @@ public: void update() override; private: - /** * \brief Emits a particle from the specified emitter based on its emission properties. * |