diff --git a/scene/3d/collision_shape.cpp b/scene/3d/collision_shape.cpp index 9d8351f1a9..64116055d4 100644 --- a/scene/3d/collision_shape.cpp +++ b/scene/3d/collision_shape.cpp @@ -83,6 +83,7 @@ void CollisionShape::_notification(int p_what) { if (shape.is_valid()) { parent->shape_owner_add_shape(owner_id, shape); } + _update_in_shape_owner(); } } break; case NOTIFICATION_ENTER_TREE: {