We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2af7e3 commit 65c5a7cCopy full SHA for 65c5a7c
examples/ecs/system_sets.rs
@@ -72,7 +72,6 @@ fn main() {
72
// This shows that we can modify existing run criteria results.
73
// Here we create a _not done_ criteria by piping the output of
74
// the `is_done` system and inverting the output.
75
- // Notice a string literal also works as a label.
76
.with_run_criteria(RunCriteria::pipe(is_done_label, inverse))
77
// `collision` and `sfx` are not ordered with respect to
78
// each other, and may run in any order
0 commit comments