浏览代码

Merge pull request #100526 from fire/vsk-csg-warnings-update

Update the warnings for CSGShape3D.
Rémi Verschelde 9 月之前
父节点
当前提交
32c634a381
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      modules/csg/csg_shape.cpp

+ 1 - 0
modules/csg/csg_shape.cpp

@@ -446,6 +446,7 @@ CSGBrush *CSGShape3D::_get_brush() {
 	node_aabb = aabb;
 	brush = n;
 	dirty = false;
+	update_configuration_warnings();
 	return brush;
 }