mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 12:43:26 +00:00
Merge pull request #6419 from kainage/fix-particle-lifespan
Fix ParticleEmitter#setParticleLifespan
This commit is contained in:
commit
6d539ab1c4
1 changed files with 1 additions and 1 deletions
|
@ -1601,7 +1601,7 @@ var ParticleEmitter = new Class({
|
|||
*/
|
||||
setParticleLifespan: function (value)
|
||||
{
|
||||
this.lifespan.onChange(value);
|
||||
this.ops.lifespan.onChange(value);
|
||||
|
||||
return this;
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue