mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 15:14:50 +00:00
b02a2eff17
# Objective - Fixes #12255 Still needs confirming what the consequences are from having camera viewport nodes live on the root of the taffy tree. ## Solution To fix calculating the layouts for UI nodes we need to cleanup the children previously set whenever `TargetCamera` is updated. This also maintains a list of taffy camera nodes and cleans them up when removed. --- ## Changelog Fixed #12255 ## Migration Guide changes affect private structs/members so shouldn't need actions by engine users. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |