Skip to content

Commit

Permalink
Update crates/bevy_ecs/src/schedule/schedule.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
  • Loading branch information
geieredgar and alice-i-cecile authored Aug 14, 2023
1 parent 557977f commit 6c58ed0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/bevy_ecs/src/schedule/schedule.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1237,7 +1237,8 @@ struct ProcessConfigsResult {
/// if `ancestor_chained` is true
nodes: Vec<NodeId>,
/// True if and only if all nodes are "densely chained", meaning that all nested items
/// are linearly chained in the order they are defined
/// are linearly chained (as if `after` system ordering had been applied between each item)
/// in the order they are defined
densely_chained: bool,
}

Expand Down

0 comments on commit 6c58ed0

Please sign in to comment.