Skip to content

Commit 893310d

Browse files
committed
array of dead particles is now being filled up with dead particles.
1 parent 0cf9811 commit 893310d

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)