Skip to content

4.2.1

Choose a tag to compare

@andrewstart andrewstart released this 02 May 01:31
· 104 commits to master since this release
  • 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.