You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed emitter allowing a lifetime of 0 for infinite life, as the docs say only -1. (#133)
Fix error in PathParticle with no speed interpolation (#129)
Move first update() for newly spawned particles after they are added to the parent/list, so that they can recycle themselves in that first update safely.