|
@@ -117,7 +117,9 @@ ParticleSystem::ParticleSystem(const ParticleSystem &p)
|
|
, activeParticles(0)
|
|
, activeParticles(0)
|
|
, emissionRate(p.emissionRate)
|
|
, emissionRate(p.emissionRate)
|
|
, emitCounter(0.0f)
|
|
, emitCounter(0.0f)
|
|
|
|
+ , position(p.position)
|
|
, areaSpreadDistribution(p.areaSpreadDistribution)
|
|
, areaSpreadDistribution(p.areaSpreadDistribution)
|
|
|
|
+ , areaSpread(p.areaSpread)
|
|
, lifetime(p.lifetime)
|
|
, lifetime(p.lifetime)
|
|
, life(p.lifetime) // Initialize with the maximum life time.
|
|
, life(p.lifetime) // Initialize with the maximum life time.
|
|
, particleLifeMin(p.particleLifeMin)
|
|
, particleLifeMin(p.particleLifeMin)
|