Skip to content

Commit 274f86c

Browse files
committed
Update CHANGELOG.md
1 parent e927460 commit 274f86c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
8787
* When using a Particle Emitter, the array of dead particles (`this.dead`) wasn't being filled correctly. Dead particles are now moved to it as they should be (thanks @Waclaw-I)
8888
* The `PathFollower.startFollow` method now properly uses the `startAt` argument to the method, so you can start a follower off at any point along the path. Fix #3688 (thanks @DannyT @diteix)
8989
* Static Circular Arcade Physics Bodies now render as circles in the debug display, instead of showing their rectangle bounds (thanks @maikthomas)
90+
* Changing the volume or mute on an `HTML5AudioSound` instance, via the setter, no works, as it does via the Sound Manager (thanks @Waclaw-I)
9091

9192
### Examples and TypeScript
9293

0 commit comments

Comments
 (0)