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
RandomDataGenerator.weightedPick has been tweaked slightly to allow for a more even distribution of weights. It still favors the earlier array elements, but will accurately include 'distance' elements as well (thanks @gingerbeardmanphaserjs#1751)
Copy file name to clipboardExpand all lines: README.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
@@ -376,6 +376,7 @@ Version 2.4 - "Katar" - in dev
376
376
* P2.enableBody now checks if an anchor exists on target object before attempting to set its value (thanks @standardgaussian#1885)
377
377
* Debug.currentAlpha wasn't being used to set the alpha of the Debug context at all (was always set to 1) but now updates the alpha of the Debug context before anything is rendered to it (thanks @wayfu#1888)
378
378
* If the device is detected as a Windows Phone the renderer is automatically set to use Canvas, even if WebGL or AUTO was requested (thanks @ramarro123#1706)
379
+
* RandomDataGenerator.weightedPick has been tweaked slightly to allow for a more even distribution of weights. It still favors the earlier array elements, but will accurately include 'distance' elements as well (thanks @gingerbeardman#1751)
379
380
380
381
### Bug Fixes
381
382
@@ -427,6 +428,7 @@ Version 2.4 - "Katar" - in dev
427
428
* Device.windowsPhone should now correctly identify Windows Phone 8.1 devices, which also think they are iOS and Androids. If you find a device that gets around this check please send us its ua string! (thanks @jounii#1496)
428
429
* Rope.segments used the wrong vertices property, causing a runtime error.
429
430
* Debug.ropeSegments didn't take the scale of the Rope object into consideration, causing incorrect debug rendering.
431
+
* If a Sound was muted, or had its volume changed while it was still decoding (i.e. before it started playback) then the mute and/or volume were ignored and the sound would play anyway (thanks @brianbunch#1872)
0 commit comments