Skip to content

Commit f3a46f5

Browse files
committed
Merge branch 'master' of https://github.com/photonstorm/phaser
2 parents 511707e + 885e453 commit f3a46f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/gameobjects/particles/ParticleEmitter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2111,7 +2111,7 @@ var ParticleEmitter = new Class({
21112111
}
21122112
}
21132113

2114-
this.dead.concat(rip);
2114+
this.dead = this.dead.concat(rip);
21152115

21162116
StableSort.inplace(particles, this.indexSortCallback);
21172117
}

0 commit comments

Comments
 (0)