Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
DRuppFv committed Aug 31, 2022
1 parent 287696c commit 9935fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/audio.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ pub fn main_menu_sounds(
effects_channel.play(asset_server.load("ui/down_button_1.ogg"));
}
}
};
}
}

pub fn play_menu_music(game_meta: Res<GameMeta>, music_channel: Res<AudioChannel<MusicChannel>>) {
Expand Down

0 comments on commit 9935fba

Please sign in to comment.