bevy/crates/bevy_hierarchy
张林伟 7ccb203b37
Prevent setting parent as itself (#8980)
# Objective

- Fixes https://github.com/bevyengine/bevy/issues/8979.

## Solution

- Panic when parent and child are same entity.
- Add checks into EntityCommands and EntityMut methods
2023-08-07 23:00:48 +00:00
..
src Prevent setting parent as itself (#8980) 2023-08-07 23:00:48 +00:00
Cargo.toml Bump Version after Release (#9106) 2023-07-10 21:19:27 +00:00