diff options
author | JAROWMR <jarorutjes07@gmail.com> | 2024-12-12 18:14:08 +0100 |
---|---|---|
committer | JAROWMR <jarorutjes07@gmail.com> | 2024-12-12 18:14:08 +0100 |
commit | 9e1c0d08a8e1813799cf5002562d3f503524d718 (patch) | |
tree | fd1cd43bae6df11f5f5d9c4e9966909f6282bb68 /src/crepe | |
parent | d4b4a54f919872ef1295890cd36ac46d89a4426d (diff) |
updated comment
Diffstat (limited to 'src/crepe')
-rw-r--r-- | src/crepe/api/ParticleEmitter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crepe/api/ParticleEmitter.h b/src/crepe/api/ParticleEmitter.h index cdea69a..1251a30 100644 --- a/src/crepe/api/ParticleEmitter.h +++ b/src/crepe/api/ParticleEmitter.h @@ -51,7 +51,7 @@ public: vec2 position; //! maximum number of particles const unsigned int max_particles = 256; - //! rate of particle emission per update (Lowest value = 0.001 any lower is ignored) + //! rate of particle emission per second float emission_rate = 1; //! min speed of the particles float min_speed = 1; |