You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ being passed to the simulation. The default value is 1 to remain consistent with
19
19
* HTML5AudioSound.setVolume is a chainable way to set the volume of a single Sound instance.
20
20
* HTML5AudioSound.setSeek is a chainable way to set seek to a point of a single Sound instance.
21
21
* HTML5AudioSound.setLoop is a chainable way to set the loop state of a single Sound instance.
22
+
* Matter Physics has two new debug properties: `debugShowJoint` and `debugJointColor`. If defined they will display joints in Matter bodies during the postUpdate debug phase (only if debug is enabled) (thanks @OmarShehata)
22
23
23
24
### Bug Fixes
24
25
@@ -28,6 +29,7 @@ being passed to the simulation. The default value is 1 to remain consistent with
28
29
* BaseSoundManager.rate and BaseSoundManager.detune would incorrectly called `setRate` on its sounds, instead of `calculateRate`.
29
30
* The Gamepad Axis `getValue` method now correctly applies the threshold and zeroes out the returned value.
30
31
* The HueToComponent module was not correctly exporting itself. Fix #3482 (thanks @jdotrjs)
32
+
* Matter.World was using `setZ` instead of `setDepth` for the Debug Graphics Layer, causing it to appear behind objects in some display lists.
0 commit comments