1.6.3
- Fixed an error in
Emitter.destroy()
that prevented it from destroying all particles. Particle.destroy()
now callsSprite.destroy()
like it should, for better cleanup.- Changed how AnimatedParticle and PathParticle call
Particle.destroy()
to run a little faster.