Small doc fix (#8889)
This commit is contained in:
parent
08962f1e50
commit
3959908b6b
@ -109,7 +109,7 @@ fn setup(mut commands: Commands) {
|
|||||||
//
|
//
|
||||||
// The commands that we have added here will normally be flushed by Bevy
|
// 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
|
// 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.
|
// these commands added here will be flushed during our custom flush.
|
||||||
fn despawn_old_and_spawn_new_fruits(
|
fn despawn_old_and_spawn_new_fruits(
|
||||||
mut commands: Commands,
|
mut commands: Commands,
|
||||||
|
Loading…
Reference in New Issue
Block a user