| 79 | } |
| 80 | |
| 81 | ResParticle::ParticlePool::ParticlePool(fcyRefPointer<ResParticle> ref) |
| 82 | : m_pInstance(ref), m_fEmission((float)ref->GetParticleInfo().nEmission) {} |
| 83 | |
| 84 | void ResParticle::ParticlePool::Update(float delta) |
| 85 | { |
nothing calls this directly
no outgoing calls
no test coverage detected