Browse Source

Update the warnings for CSGShape3D.

K. S. Ernest (iFire) Lee 7 months ago
parent
commit
46b02f08c6
1 changed files with 1 additions and 0 deletions
  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;
 }