Skip to content

Commit

Permalink
Update CHANGELOG-v3.87.md
Browse files Browse the repository at this point in the history
  • Loading branch information
photonstorm committed Nov 14, 2024
1 parent f9d1b4d commit 9281b8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions changelog/3.87/CHANGELOG-v3.87.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ create ()
## Updates

* The Particle Animation State is now optional. A Particle will not create an Animation State controller unless the `anim` property exists within the emitter configuration. By not creating the controller it leads to less memory overhead and a much faster clean-up time when destroying particles. Fix #6482 (thanks @samme)
* Optimized `TweenData.update` to achieve the same result with my less repetition. Also fixes an issue where a Tween that used a custom `ease` callback would glitch when the final value was set, as it would be set outside of the ease callback. It's now passed through it, no matter what. Fix #6939 (thanks @SBCGames)

## Bug Fixes

Expand Down

0 comments on commit 9281b8b

Please sign in to comment.