mirror of https://github.com/axmolengine/axmol.git
Merge branch 'improved_glprogram' of github.com:super626/cocos2d-x into improved_glprogram
This commit is contained in:
commit
7fee9cc266
|
@ -726,7 +726,7 @@ void ParticleSystem::update(float dt)
|
|||
tmp = radial + tangential + modeA.gravity;
|
||||
tmp = tmp * dt;
|
||||
p->modeA.dir = p->modeA.dir + tmp;
|
||||
if (_configName.length()>0 && _yCoordFlipped == -1)
|
||||
if (_configName.length()>0 && _yCoordFlipped != -1)
|
||||
{
|
||||
tmp = p->modeA.dir * -dt;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue