diff options
Diffstat (limited to 'src/particleemitter.h')
-rw-r--r-- | src/particleemitter.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/particleemitter.h b/src/particleemitter.h index 67b35ae2..f58430b3 100644 --- a/src/particleemitter.h +++ b/src/particleemitter.h @@ -125,6 +125,7 @@ class ParticleEmitter */ Image *mParticleImage; /**< Particle image, if used */ Animation mParticleAnimation; /**< Filename of particle animation file */ + Animation mParticleRotation; /**< Filename of particle rotation file */ ParticleEmitterProp<float> mParticleAlpha; /**< Opacity of the graphical representation of the particles */ /** List of emitters the spawned particles are equipped with */ |