Browse Source

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

Update the warnings for CSGShape3D.
Rémi Verschelde 7 tháng trước cách đây
mục cha
commit
32c634a381
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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;
 }