![]() ## 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. |
||
---|---|---|
.. | ||
diagnostic | ||
io | ||
asset_server.rs | ||
assets.rs | ||
filesystem_watcher.rs | ||
handle.rs | ||
info.rs | ||
lib.rs | ||
loader.rs | ||
path.rs |