Skip to content

Commit

Permalink
Phaser 2.0.7 test release.
Browse files Browse the repository at this point in the history
  • Loading branch information
photonstorm committed Jul 16, 2014
1 parent f6935c0 commit fc047c5
Show file tree
Hide file tree
Showing 11 changed files with 1,303 additions and 492 deletions.
4 changes: 3 additions & 1 deletion build/custom/p2.js
Original file line number Diff line number Diff line change
Expand Up @@ -14673,7 +14673,9 @@ Phaser.Physics.P2.Body.prototype = {

options = options || {};

points = Array.prototype.slice.call(arguments, 1);
if (!Array.isArray(points)) {
points = Array.prototype.slice.call(arguments, 1);
}

var path = [];

Expand Down
2 changes: 1 addition & 1 deletion build/custom/p2.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit fc047c5

Please sign in to comment.