4.2.1
- Fixed emitter allowing a lifetime of
0for 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.