Skip to content

Commit

Permalink
ok buddy
Browse files Browse the repository at this point in the history
  • Loading branch information
Sweattypalms committed Jan 2, 2025
1 parent 77ef3d8 commit 61510e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ async fn handle_player_move(
trace!("Got rotation 1 for player move");

let new_rotation = Rotation::new(new_rotation.yaw, new_rotation.pitch);
new_rot = Some(new_rotation.clone());
new_rot = Some(new_rotation);

*rotation = new_rotation;
}
Expand Down

0 comments on commit 61510e9

Please sign in to comment.