bevy/crates/bevy_transform/src
François fb0aa8d286 enable change detection for hierarchy maintenance (#2411)
# Objective

Noticed a comment saying changed detection should be enabled for hierarchy maintenance once stable

Fixes #891


## Solution

Added `Changed<Parent>` filter on the query
2021-09-27 23:32:05 +00:00
..
components Add builder methods to Transform (#2778) 2021-09-09 00:46:39 +00:00
hierarchy enable change detection for hierarchy maintenance (#2411) 2021-09-27 23:32:05 +00:00
lib.rs Down with the system! (#2496) 2021-07-27 23:42:36 +00:00
transform_propagate_system.rs Down with the system! (#2496) 2021-07-27 23:42:36 +00:00