diff --git a/modules/csg/csg_shape.cpp b/modules/csg/csg_shape.cpp index c8fe39dab0c3..c241f1cabdfb 100644 --- a/modules/csg/csg_shape.cpp +++ b/modules/csg/csg_shape.cpp @@ -1827,7 +1827,7 @@ CSGBrush *CSGPolygon3D::_build_brush() { } } - if (!path || !path->is_inside_tree()) { + if (!path) { return new_brush; }