Skip to content

Commit

Permalink
removed oversight
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisHain committed Jul 2, 2024
1 parent 4915c4a commit 6e7fc02
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/components/FirstPersonControls.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -255,14 +255,12 @@ export const FirstPersonControls = (speed) => {
break;
case 'KeyE':
case 'Space':
graph.updateArrowRotations("P5");
moveUp.current = true;
break;
case 'KeyQ':
case 'ShiftLeft':
case 'ShiftRight':
moveDown.current = true;
graph.updateArrowRotations("P0");
break;
}
};
Expand Down

0 comments on commit 6e7fc02

Please sign in to comment.