Skip to content

Commit

Permalink
Fixed warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyTornetta committed Sep 23, 2022
1 parent ba6671c commit ba7dc7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cosmos_client/src/camera/camera_controller.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use std::f32::consts::PI;

use bevy::{prelude::*, render::camera::RenderTarget};
use bevy::prelude::*;
use bevy_rapier3d::na::clamp;

use crate::{state::game_state::GameState, window::setup::DeltaCursorPosition};
Expand Down
3 changes: 1 addition & 2 deletions cosmos_client/src/window/setup.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
use bevy::{
ecs::event::ManualEventReader,
input::mouse::MouseMotion,
prelude::{App, EventReader, Events, Input, KeyCode, MouseButton, Res, ResMut, Vec2},
prelude::{App, EventReader, Input, KeyCode, MouseButton, Res, ResMut, Vec2},
window::Windows,
};

Expand Down

0 comments on commit ba7dc7c

Please sign in to comment.