Skip to content

Commit

Permalink
Update CHANGELOG-v3.61.md
Browse files Browse the repository at this point in the history
  • Loading branch information
photonstorm committed Jul 24, 2023
1 parent 719bfd9 commit 0ad141c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG-v3.61.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
* The `Tween.remove` method will now check to see if `Tween.parent` exists before trying to remove it from the parent. This should help guard against errors where `Tween.remove` is called by mistake on already removed or destroyed tweens. Fix #6539 (thanks @orcomarcio)
* `Particle.alpha` is now clamped to the range 0 to 1 within the `update` method, preventing it from going out of range. Fix #6551 (thanks @orcomarcio)
* `Math.Wrap` has been reverted to the previous version. Fix #6479 (thanks @EmilSV)
* The `Graphics` Game Object will now set a default line and fill style to fully transparent and black. This prevents issues where a Graphics object would render with a color set in other Shape Game Objects if it had been drawn to and no style was previous set (thanks Whitesmith)

# Bug Fixes

Expand Down

0 comments on commit 0ad141c

Please sign in to comment.