mirror of
https://github.com/bevyengine/bevy
synced 2024-11-23 05:03:47 +00:00
77de9a5beb
## Problem - A mutable borrow of a handle cannot be directly turned into an AssetId with `.into()`. You must do a reborrow `&*my_handle`. ## Solution - Add an impl for From<&mut Handle> to AssetId and UntypedAssetId. |
||
---|---|---|
.. | ||
macros | ||
src | ||
Cargo.toml |