| 2145 | } |
| 2146 | |
| 2147 | void ParticleSystem::setTotalParticles(int var) |
| 2148 | { |
| 2149 | AXASSERT(var <= _allocatedParticles, "Particle: resizing particle array only supported for quads"); |
| 2150 | _totalParticles = var; |
| 2151 | } |
| 2152 | |
| 2153 | const BlendFunc& ParticleSystem::getBlendFunc() const |
| 2154 | { |
no outgoing calls