mirror of
https://github.com/glest/glest-source.git
synced 2025-02-25 04:02:30 +01:00
- bugfix to properly set defaults for particles
This commit is contained in:
parent
65a3ce6e86
commit
ec0d9a7cd5
@ -126,6 +126,9 @@ ParticleSystem::ParticleSystem(int particleCount) {
|
||||
emissionRate= 15.0f;
|
||||
emissionState= 1.0f; // initialized with 1 because we must have at least one particle in the beginning!
|
||||
speed= 1.0f;
|
||||
speedUpRelative = 0;
|
||||
speedUpConstant = 0;
|
||||
|
||||
teamcolorNoEnergy= false;
|
||||
teamcolorEnergy= false;
|
||||
alternations= 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user