diff --git a/examples/parenting.rs b/examples/parenting.rs index 57ed1cb1ac..7d91bdfc06 100644 --- a/examples/parenting.rs +++ b/examples/parenting.rs @@ -10,12 +10,13 @@ fn main() { .run(); } +// rotates the parent, which will result in the child also rotating fn build_rotator_system() -> Box { SystemBuilder::new("Rotator") .read_resource::