Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Co-Authored-By: bjorn3 <bjorn3@users.noreply.github.com>
  • Loading branch information
mockersf and bjorn3 committed Dec 17, 2021
1 parent e4c620d commit b82543a
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,
mut scheduled: ResMut<BirdScheduled>,
mut counter: ResMut<BevyCounter>,
Expand Down

0 comments on commit b82543a

Please sign in to comment.