Skip to content

Commit 7c43f28

Browse files
committed
Docs update.
1 parent acebd74 commit 7c43f28

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,7 @@ If you are an exceptional JavaScript developer and would like to join the Phaser
302302
* Tween.hasStarted parameter was set to `false` when the tween was created, but not set again when the tween was stopped or ends. If `Tween.start` is used more than once the `onStart` callback is called only the first time (thanks @javivi91 #2199)
303303
* During a WebGL context loss the Phaser Cache was referencing the wrong local object (thanks @allenevans #2285)
304304
* The Video game object used an anonymous bound function for both the 'ended' and 'playing' event listeners, meaning that they were never removed properly (thanks @ramalhovfc #2303)
305+
* BitmapData.shiftHSL incorrectly used Math.limitValue, now updated to use Math.clamp (thanks @FracturedShader #2222)
305306

306307
### Pixi Updates
307308

0 commit comments

Comments
 (0)