浏览代码

Merge pull request #58958 from hoontee/master

Revert #52647 (Don't update CSG Shape when not inside tree)
Rémi Verschelde 3 年之前
父节点
当前提交
277b0dddee
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      modules/csg/csg_shape.cpp

+ 1 - 1
modules/csg/csg_shape.cpp

@@ -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;
 	}