Transform propagation ignoring earlier branches #18255
Labels
A-Transform
Translations, rotations and scales
C-Bug
An unexpected or incorrect behavior
P-High
This is particularly urgent, and deserves immediate attention
S-Needs-Investigation
This issue requires detective work to figure out what's going wrong
Milestone
Bevy version
main
What you did
Looks fine:
Now resize the window horizontally:
What went wrong
The global transforms for the text nodes aren't updated.
Additional Info
Bisected to #18093 Transform Propagation Optimization: Static Subtree Marking
The descendants of the earlier branches are being skipped during transform propagation when there are multiple branches.
The text was updated successfully, but these errors were encountered: