Skip to content

Commit

Permalink
fix(transform): dirty child system was missing
Browse files Browse the repository at this point in the history
  • Loading branch information
suspistew committed Dec 23, 2021
1 parent cccf4e0 commit ea357b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/systems/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ impl Package for InternalPackage {
.with_system(asset_ref_resolver_system::<Material, MaterialAssetResolverFn>())
.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()
Expand Down

0 comments on commit ea357b9

Please # to comment.