Projects > cpp > Issues > Bug #5331

We are migrating issue tracker of Cocos2d-x Project to Github, please create new issue there. Thanks.

Create Issue on Github

ParticleSystem triggers assert if invoke ParticleSystem::addParticle at schedule

Bug #5331 [Closed]
boyu0 2014-05-22 09:12 . Updated almost 9 years ago

How to reproduce it:

bool init()
{
     ...
     _fire = ParticleFire::create();
     this->addChild(_fire);
     schedule(updateParticle, 0.5);
     ...
}

void updateParticle(float delta)
{
    _fire->addParticle();
}
zhangxm 2014-05-24 12:54
  • Target version changed from v3.1 to v3.2
zhangxm 2014-07-18 05:46
  • Target version changed from v3.2 to v3.3
walzer@cocos2d-x.org 2014-10-08 02:48

Redmine issue system is closed, we are using github issue system instead.

This issue was moved to https://github.com/cocos2d/cocos2d-x/issues/8441

Atom PDF

Status:Closed
Start date:2014-05-22
Priority:Normal
Due date:
Assignee:boyu0
% Done:

0%

Category:all
Target version:v3.3