Update crates/bevy_ecs/src/schedule/schedule.rs
This commit is contained in:
parent
3f657c292b
commit
d0d2e4a673
@ -770,7 +770,7 @@ enum UninitializedId {
|
||||
/// still need to be initialized.
|
||||
///
|
||||
/// Conditions might be added multiple times to a system set (e.g. when
|
||||
/// `configure_sets` is called multiple times with the same set), So we
|
||||
/// `configure_sets` is called multiple times with the same set), so we
|
||||
/// need to track where the newly added conditions start in the
|
||||
/// `conditions` list.
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user