bevy/crates/bevy_ecs
Nathan Ward 0b67084e10 [assets] fix Assets being set as 'changed' each frame (#2280)
## 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.
2021-06-02 02:30:14 +00:00
..
macros Use bevy_reflect as path in case of no direct references (#1875) 2021-05-19 19:03:36 +00:00
src [assets] fix Assets being set as 'changed' each frame (#2280) 2021-06-02 02:30:14 +00:00
Cargo.toml Release 0.5.0 (#1835) 2021-04-06 18:48:48 +00:00