Retwerkin stuff

This commit is contained in:
Amadeus Demarzi
2014-07-24 00:46:14 -07:00
parent 27b3187ce9
commit 72f0ef0e8e
5 changed files with 30 additions and 19 deletions

View File

@@ -162,7 +162,7 @@ Engine.Particle.prototype = {
},
kill: function(engine){
engine._deferred.push(this);
engine._deferredParticles.push(this);
return this;
},