mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 20:53:53 +00:00
8581f607f8
# Objective Replace `Query<&T, Changed<T>>` style queries with the more efficient `Query<Ref<T>>` form in two of the UI systems. --- ## Changelog Replaced use of `Changed` with `Ref` in queries in the `ui_layout_system` and `calc_bounds` UI systems. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |