model cycle needs to be initialized with 0 ( said willvarfar )

This commit is contained in:
Titus Tscharntke 2011-06-14 22:39:31 +00:00
parent 545abe93d6
commit a282cfe4e6
1 changed files with 1 additions and 0 deletions

View File

@ -735,6 +735,7 @@ ProjectileParticleSystem::ProjectileParticleSystem(int particleCount) :
trajectorySpeed= 1.0f;
trajectoryScale= 1.0f;
trajectoryFrequency= 1.0f;
modelCycle=0.0f;
nextParticleSystem= NULL;
}