Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow converting mutable handle borrows to AssetId. (#12759)
## 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.
- Loading branch information