Merge pull request #58958 from hoontee/master

Revert #52647 (Don't update CSG Shape when not inside tree)
This commit is contained in:
Rémi Verschelde 2022-03-10 08:34:26 +01:00 committed by GitHub
commit 277b0dddee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -280,7 +280,7 @@ void CSGShape3D::mikktSetTSpaceDefault(const SMikkTSpaceContext *pContext, const
}
void CSGShape3D::_update_shape() {
if (!is_root_shape() || !is_inside_tree()) {
if (!is_root_shape()) {
return;
}