Skip to content

Commit

Permalink
Fix ik map
Browse files Browse the repository at this point in the history
  • Loading branch information
abhaybd committed Aug 12, 2024
1 parent ee2552a commit a9971a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/inputSlice.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a9971a1

Please sign in to comment.