mirror of
https://github.com/bevyengine/bevy
synced 2024-11-26 14:40:19 +00:00
7604464438
# Objective When changing an Entity's `Parent` to a new one from an old `Parent` that doesn't exist, Bevy panics. Fixes #8337. ## Solution Use `get_entity_mut` instead of `entity_mut` in `remove_from_children`. --------- Co-authored-by: James Liu <contact@jamessliu.com> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |