Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
TimJentzsch committed Jul 27, 2024
1 parent 732dc76 commit 0958133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/dynamic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ fn main() {
.run();
}

fn setup(mut commands: Commands, mut color_map: ResMut<ColorMap>) {
fn setup(mut commands: Commands) {
commands.spawn(Camera2dBundle::default());

commands.spawn(BbcodeBundle::from_content(
Expand Down

0 comments on commit 0958133

Please sign in to comment.