Home
last modified time | relevance | path

Searched refs:diffTimePtcl (Results 1 – 1 of 1) sorted by relevance

/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_ParticleSet.cpp3065 const ParticleTime diffTimePtcl = time - prevTime; in UpdateParticles() local
3066 if (diffTimePtcl <= 0) in UpdateParticles()
3070 const f32 diffTime = diffTimePtcl.GetFloat32Value(); in UpdateParticles()