Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Text2d doesn't recompute text on changes to the text's bounds (bevyen…
…gine#7846) # Objective Text2d entity's text needs to be recomputed when their bounds are changed, but it isn't. # Solution Change `update_text2d_layout` to query for `Ref<Text2dBounds>` and recompute the text if the bounds have changed.
- Loading branch information