Skip to content

Commit 41bc616

Browse files
committed
preUpdate rotation fix.
1 parent 7c8fb70 commit 41bc616

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/physics/arcade/Body.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ Phaser.Physics.Arcade.Body.prototype = {
362362

363363
// this.x = this.preX;
364364
// this.y = this.preY;
365-
// this.rotation = this.preRotation;
365+
this.rotation = this.preRotation;
366366

367367
// this.overlapX = 0;
368368
// this.overlapY = 0;

0 commit comments

Comments
 (0)