mirror of
https://github.com/glest/glest-source.git
synced 2025-08-24 17:02:49 +02:00
model cycle needs to be initialized with 0 ( said willvarfar )
This commit is contained in:
@@ -735,6 +735,7 @@ ProjectileParticleSystem::ProjectileParticleSystem(int particleCount) :
|
||||
trajectorySpeed= 1.0f;
|
||||
trajectoryScale= 1.0f;
|
||||
trajectoryFrequency= 1.0f;
|
||||
modelCycle=0.0f;
|
||||
|
||||
nextParticleSystem= NULL;
|
||||
}
|
||||
|
Reference in New Issue
Block a user