Body.setPolygon converted and working, along with some other p2 Body methods hoisted up.

This commit is contained in:
photonstorm
2014-02-12 03:22:49 +00:00
parent ab5c07dfe8
commit 2c100754bb
3 changed files with 278 additions and 122 deletions
+1 -1
View File
@@ -270,7 +270,7 @@ Phaser.Sprite.prototype.preUpdate = function() {
if (this.body)
{
this.body.preUpdate();
// this.body.preUpdate();
}
return true;