Skip to content

Commit fc047c5

Browse files
committed
Phaser 2.0.7 test release.
1 parent f6935c0 commit fc047c5

11 files changed

Lines changed: 1303 additions & 492 deletions

build/custom/p2.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14673,7 +14673,9 @@ Phaser.Physics.P2.Body.prototype = {
1467314673

1467414674
options = options || {};
1467514675

14676-
points = Array.prototype.slice.call(arguments, 1);
14676+
if (!Array.isArray(points)) {
14677+
points = Array.prototype.slice.call(arguments, 1);
14678+
}
1467714679

1467814680
var path = [];
1467914681

build/custom/p2.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)