Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_ParticleSet.cpp2982 const ParticleTime diffTimePtcl = time - prevTime; in UpdateParticles() local
2983 if (diffTimePtcl < 0) in UpdateParticles()
2987 const f32 diffTime = diffTimePtcl.GetFloat32Value(); in UpdateParticles()