mirror of
https://github.com/photonstorm/phaser
synced 2024-11-15 17:28:18 +00:00
Update CHANGELOG-v3.61.md
This commit is contained in:
parent
719bfd9dd8
commit
0ad141c88d
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
* 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)
|
* `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)
|
* `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
|
# Bug Fixes
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue