Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_ParticleSet.cpp672 int minIndex = collection->GetMinActiveIndex(); in SetDefaultValues() local
686 if (minIndex > nextIndex) in SetDefaultValues()
688 minIndex = nextIndex; in SetDefaultValues()
705 collection->SetMinActiveIndex(minIndex); in SetDefaultValues()
892 int minIndex = collection->GetMinActiveIndex(); in AddParticles() local
904 if (minIndex > nextIndex) in AddParticles()
906 minIndex = nextIndex; in AddParticles()
920 collection->SetMinActiveIndex(minIndex); in AddParticles()