diff --git a/src/store/inputSlice.js b/src/store/inputSlice.js index 0dc7c03..4fd6f48 100644 --- a/src/store/inputSlice.js +++ b/src/store/inputSlice.js @@ -199,7 +199,7 @@ function computeArmInput(state) { -peripheralGamepad["LeftStickY"] + getAxisFromKeys(pressedKeys, "S", "W"); armInput.ikUp = - peripheralGamepad["RightStickY"] + + -peripheralGamepad["RightStickY"] + getAxisFromKeys(pressedKeys, "G", "T"); armInput.shoulder = 0; armInput.elbow = 0;