Skip to content

Commit

Permalink
[FIX] Move object command: change graphics not correctly updating ori…
Browse files Browse the repository at this point in the history
…entation with camera
  • Loading branch information
Wano-k committed Nov 5, 2023
1 parent efc8b29 commit 129d2a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EventCommand/MoveObject.ts
Original file line number Diff line number Diff line change
Expand Up @@ -849,7 +849,7 @@ class MoveObject extends Base {
} else {
object.currentStateInstance.indexX = parameters.indexX;
object.currentStateInstance.indexY = parameters.dontChangeOrientation ?
object.orientation : parameters.indexY;
object.orientationEye : parameters.indexY;
}

// Permanent change
Expand Down

0 comments on commit 129d2a8

Please sign in to comment.