Searched refs:prevCollectionCount (Results 1 – 1 of 1) sorted by relevance
3224 const int prevCollectionCount = collection->GetCount(); in UpdateParticles() local3239 u16* pDestroyIndex = freeIndex + collectionCapacity - prevCollectionCount; in UpdateParticles()3241 for (int i = prevCollectionCount; i != 0; --i) in UpdateParticles()3274 const int prevCollectionCount = collection->GetCount(); in UpdateParticles()3287 pDestroyIndex += collectionCapacity - prevCollectionCount; in UpdateParticles()3297 for (int i = prevCollectionCount; i != 0; --i) in UpdateParticles()3332 for (int i = prevCollectionCount; i != 0; --i) in UpdateParticles()