Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…2896) # Objective - Implement `From<&'w mut EntityMut>` for `EntityMut<'w>`; - Make it possible to pass `&mut EntityMut` where `impl Into<EntityMut>` is required; - Helps with bevyengine#12895. ## Solution - Implement `From<&'w mut EntityMut>` for `EntityMut<'w>` --- ## Changelog - `EntityMut<'w>` now implements `From<&'w mut EntityMut>`
- Loading branch information