Update crates/bevy_ecs/src/schedule/schedule.rs
Co-authored-by: Chris Russell <8494645+chescock@users.noreply.github.com>
This commit is contained in:
parent
d0d2e4a673
commit
96479b84f9
@ -752,7 +752,7 @@ new_key_type! {
|
|||||||
pub struct SystemSetKey;
|
pub struct SystemSetKey;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Systems and system sets in a [`ScheduleGraph`] which have not been
|
/// A node in a [`ScheduleGraph`] with a system or conditions that have not been
|
||||||
/// initialized yet.
|
/// initialized yet.
|
||||||
///
|
///
|
||||||
/// We have to defer initialization of nodes in the graph until we have
|
/// We have to defer initialization of nodes in the graph until we have
|
||||||
|
Loading…
Reference in New Issue
Block a user