diff --git a/modules/csg/csg_shape.cpp b/modules/csg/csg_shape.cpp index 363e59e276..a908b14412 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; }