mirror of
https://github.com/godotengine/godot.git
synced 2025-04-07 00:44:24 +08:00
Fix ragdoll simulation when parent was readded to scene
(cherry picked from commit a701927d89ff492b1c49f0af071f82376249a246)
This commit is contained in:
parent
cca2a9d2d5
commit
f75ace5ac5
@ -2077,6 +2077,8 @@ void PhysicalBone::_notification(int p_what) {
|
||||
if (parent_skeleton) {
|
||||
if (-1 != bone_id) {
|
||||
parent_skeleton->unbind_physical_bone_from_bone(bone_id);
|
||||
parent_skeleton->unbind_child_node_from_bone(bone_id, this);
|
||||
bone_id = -1;
|
||||
}
|
||||
}
|
||||
parent_skeleton = nullptr;
|
||||
|
Loading…
x
Reference in New Issue
Block a user