mirror of
https://github.com/bevyengine/bevy
synced 2024-11-13 00:17:27 +00:00
baae97d002
# Objective - `Assets<T>::iter_mut` sends `Modified` event for all assets first, then returns the iterator - This means that events could be sent for assets that would not have been mutated if iteration was stopped before ## Solution - Send `Modified` event when assets are iterated over. Co-authored-by: François <8672791+mockersf@users.noreply.github.com> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |