|
@@ -167,7 +167,7 @@ ParticleEmitter::ParticleEmitter(const String& imageFile, Mesh *particleMesh, in
|
|
|
gravVector = gravity;
|
|
gravVector = gravity;
|
|
|
ignoreParentMatrix = false;
|
|
ignoreParentMatrix = false;
|
|
|
this->emitterType = emitterType;
|
|
this->emitterType = emitterType;
|
|
|
- this->emitSpeed = emitSpeed;
|
|
|
|
|
|
|
+ // TODO: initialize emitSpeed
|
|
|
this->deviation = deviation;
|
|
this->deviation = deviation;
|
|
|
pMesh = particleMesh;
|
|
pMesh = particleMesh;
|
|
|
rotationFollowsPath = false;
|
|
rotationFollowsPath = false;
|