Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_ParticleSet.cpp2786 const ParticleTime diffTimePtcl = time - prevTime; in UpdateParticles() local
2787 if (diffTimePtcl < 0) in UpdateParticles()
2791 const f32 diffTime = diffTimePtcl.GetFloat32Value(); in UpdateParticles()