Skip to content

Commit

Permalink
preUpdate rotation fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
photonstorm committed Mar 13, 2014
1 parent 7c8fb70 commit 41bc616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/physics/arcade/Body.js
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ Phaser.Physics.Arcade.Body.prototype = {

// this.x = this.preX;
// this.y = this.preY;
// this.rotation = this.preRotation;
this.rotation = this.preRotation;

// this.overlapX = 0;
// this.overlapY = 0;
Expand Down

0 comments on commit 41bc616

Please sign in to comment.