diff --git a/modules/csg/csg_shape.cpp b/modules/csg/csg_shape.cpp index 753173913080..800517140dfe 100644 --- a/modules/csg/csg_shape.cpp +++ b/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; }