diff --git a/src/core/systems/mod.rs b/src/core/systems/mod.rs index 55338a7..e491bbe 100644 --- a/src/core/systems/mod.rs +++ b/src/core/systems/mod.rs @@ -78,6 +78,8 @@ impl Package for InternalPackage { .with_system(asset_ref_resolver_system::()) .with_system(animation_executer_system()) .with_flush() + .with_system(dirty_child_system()) + .with_flush() .with_system(dirty_transform_system()) .with_system(compute_collisions_system()) .with_flush()