We are migrating issue tracker of Cocos2d-x Project to Github, please create new issue there. Thanks.
ParticleSystemQuad::setTotalParticles() can't set a value larger than the initialized value
ParticleSystemQuad::setTotalParticles() can't set a value larger than the initialized value
Bug #3990 [Closed]
For example:
1. When the ParticleSystemQuad initialized, the particles number value is a.
2. The parameter's value of method setTotalParticles() is b.
If b > a, the particle system will draw nothing.