Skip to content

Commit

Permalink
Small doc fix (bevyengine#8889)
Browse files Browse the repository at this point in the history
  • Loading branch information
JMS55 authored Jun 19, 2023
1 parent 08962f1 commit 3959908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ecs/apply_deferred.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ fn setup(mut commands: Commands) {
//
// The commands that we have added here will normally be flushed by Bevy
// as part of the `CoreSet::UpdateFlush` set, but because we have ordered
// this system to run before `apply_system_buffer.in_set(CustomFlush)`,
// this system to run before `apply_deferred.in_set(CustomFlush)`,
// these commands added here will be flushed during our custom flush.
fn despawn_old_and_spawn_new_fruits(
mut commands: Commands,
Expand Down

0 comments on commit 3959908

Please sign in to comment.