Skip to content

Commit

Permalink
missed a line
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Mar 15, 2023
1 parent 1e976fa commit 3c0830e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ fn keyboard(
(time, mut timer, mut rotation): (Res<Time>, Local<Timer>, Local<RootMotionRotation>),
(mut something_pressed, mut current_direction): (Local<bool>, Local<Direction>),
) {
let single_gamepad = gamepads.iter().next();
if keyboard.just_released(KeyCode::Up)
|| keyboard.just_released(KeyCode::Z)
|| keyboard.just_released(KeyCode::W)
Expand Down

0 comments on commit 3c0830e

Please sign in to comment.