Skip to content

Commit

Permalink
Killed warning
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyTornetta committed Oct 16, 2023
1 parent 3e94ff6 commit 23648c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cosmos_client/src/audio/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//!
//! Note that this logic does rely on the `AudioReceiver` defined in kira's implementation.
use bevy::{prelude::*, transform::commands, utils::HashMap};
use bevy::{prelude::*, utils::HashMap};
use bevy_kira_audio::{prelude::*, AudioSystemSet};

/// Contains information for a specific audio emission.
Expand Down

0 comments on commit 23648c7

Please sign in to comment.