Skip to content

Commit 5dfea01

Browse files
committed
Update CHANGELOG.md
1 parent e8f6bae commit 5dfea01

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
@@ -107,6 +107,7 @@ You can find lots of examples on using DOM Elements in the Phaser 3 Examples rep
107107
* `ArcadePhysics.closest` now iterates the bodies Set, rather than the RTree, which keeps it working even if the RTree has been disabled.
108108
* `Body.setVelocity` caused the `speed` property to be set to `NaN` if you didn't provide a `y` argument.
109109
* Passing an _array_ of configuration objects to `physics.add.group` would ignore them and none of the children would be assigned a physics body. Fix #4511 (thanks @rgk)
110+
* A Body with `damping` and `drag` enabled would fail to move if it went from zero velocity to a new velocity inside an `update` loop. It will now reset its speed accordingly and retain its new velocity (thanks StealthGary)
110111

111112
### Facebook Instant Games Plugin
112113

0 commit comments

Comments
 (0)