mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 12:43:26 +00:00
Update CHANGELOG.md
This commit is contained in:
parent
cc6cec5c83
commit
26d884746f
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
|||
* `Line.arcLengthDivisions` now overrides the default Curve value and is set to 1 to optimize the amount of points returned for a Line curve (thanks @rexrainbow)
|
||||
* `ArcadePhysics.closest` will now no longer ever return the source in the target results (thanks @samme)
|
||||
* `ArcadePhysics.furthest` will now no longer ever return the source in the target results (thanks @samme)
|
||||
* `RequestAnimationFrame.target` is a new property that controls the fps rate (in ms) when setTimeout is used (thanks @pavels)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
|
|
Loading…
Reference in a new issue