Skip to content

Commit

Permalink
Silencing warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyTornetta committed Dec 11, 2024
1 parent ec06121 commit ce43d94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cosmos_client/src/universe/map/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ fn render_galaxy_map(
// cam_trans.look_at(player_translation, Vec3::Y);

let font = asset_server.load("fonts/PixeloidSans.ttf");
let text_style = TextFont {
let _text_style = TextFont {
font_size: 22.0,
font: font.clone(),
..Default::default()
Expand Down
2 changes: 1 addition & 1 deletion cosmos_client/src/window/setup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ pub enum CursorFlagsSet {
ApplyCursorFlagsUpdates,
}

fn create_debug(commands: Commands) {
fn create_debug(_commands: Commands) {
// commands.spawn(PerfUiBundle::default());
}

Expand Down

0 comments on commit ce43d94

Please sign in to comment.