mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 23:24:44 +00:00
0b67084e10
## Objective - Fixes: #2275 - `Assets` were being flagged as 'changed' each frame regardless of if the assets were actually being updated. ## Solution - Only have `Assets` change detection be triggered when the collection is actually modified. - This includes utilizing `ResMut` further down the stack instead of a `&mut Assets` directly. |
||
---|---|---|
.. | ||
macros | ||
src | ||
Cargo.toml |