Fix overeager subtree propagation culling

This commit is contained in:
Aevyrie Roessler 2025-03-28 00:08:45 -07:00
parent 1e1bfed549
commit bef0209de1

View File

@ -391,9 +391,6 @@ mod parallel {
unsafe {
let (_, (_, p_global_transform, tree), (p_children, _)) =
nodes.get_unchecked(parent).unwrap();
if !tree.is_changed() {
continue;
}
propagate_descendants_unchecked(
parent,
p_global_transform,