diff --git a/306204wy29.js b/306204wy29.js index a56ac74..684a93f 100644 --- a/306204wy29.js +++ b/306204wy29.js @@ -99,7 +99,7 @@ if (data.keyCode === GameLib.System.Input.KEY_RIGHT) { this.state.orientation === GameLib.CustomCode.ORIENTATION_DOWN ) { - if (this.state.orientation === GameLib.CustomCode.ORIENTATION_DOWN) { + if (this.state.orientation === GameLib.CustomCode.ORIENTATION_UP) { this.state.flip = true; } else { this.state.flip = false;