Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherBiscardi committed Dec 26, 2023
1 parent f39c2c0 commit d719399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/camera_controller.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ impl Plugin for CameraControllerPlugin {
struct RotateCamera(bool);

fn mouse(
mut windows: Query<&mut Window>,
_windows: Query<&mut Window>,
mouse: Res<Input<MouseButton>>,
key: Res<Input<KeyCode>>,
mut rotate_camera: ResMut<RotateCamera>,
Expand Down

0 comments on commit d719399

Please sign in to comment.