pixijs / particle-emitter

A particle system for PixiJS
http://pixijs.io/particle-emitter/docs
MIT License
799 stars 127 forks source link

Negative deltas will no longer effect the spawn duration #85

Closed st3v0 closed 6 years ago

st3v0 commented 6 years ago

The reversal of time increases the amount of time of the next particle spawn. This means if you reverse time for 2 minutes and then play it forward, it will take 2 minutes before the next particle is spawned. This change means that will no longer be the case. you can reverse time until all particles are killed off and then play forward immediately with no ill effects.