issue #1686:synchronized ParticleTest

This commit is contained in:
minggo 2013-02-28 16:40:32 +08:00
parent 738b96e478
commit dbd5a4069e
1 changed files with 1 additions and 1 deletions

View File

@ -1556,7 +1556,7 @@ void MultipleParticleSystems::update(float dt)
unsigned int count = 0;
CCObject* pObj = NULL;
CCARRAY_FOREACH(m_pChildren, pObj)
CCARRAY_FOREACH(getChildren(), pObj)
{
CCParticleSystem* item = dynamic_cast<CCParticleSystem*>(pObj);
if (item != NULL)