mirror of
https://github.com/wassname/phaser.git
synced 2026-07-07 00:06:37 +08:00
Body.setPolygon converted and working, along with some other p2 Body methods hoisted up.
This commit is contained in:
@@ -270,7 +270,7 @@ Phaser.Sprite.prototype.preUpdate = function() {
|
||||
|
||||
if (this.body)
|
||||
{
|
||||
this.body.preUpdate();
|
||||
// this.body.preUpdate();
|
||||
}
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user