Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Co-Authored-By: bjorn3 <[email protected]>
  • Loading branch information
mockersf and bjorn3 committed Dec 18, 2021
1 parent 889797b commit d282b86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/tools/bevymark.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ fn main() {
.add_system_set(
SystemSet::new()
.with_run_criteria(FixedTimestep::step(0.2))
.with_system(scheduled_spawne),
.with_system(scheduled_spawner),
)
.run();
}
Expand All @@ -57,7 +57,7 @@ struct BirdScheduled {
per_wave: u128,
}

fn scheduled_spawne(
fn scheduled_spawner(
mut commands: Commands,
windows: Res<Windows>,
mut scheduled: ResMut<BirdScheduled>,
Expand Down

0 comments on commit d282b86

Please sign in to comment.