Update CHANGELOG-v3.87.md

This commit is contained in:
Richard Davey 2024-11-13 22:30:15 +00:00
parent 6db4906158
commit aa4dbc7f32
No known key found for this signature in database

View file

@ -2,6 +2,7 @@
## 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)
## Bug Fixes