Fix CSGPolygon3D in path mode disappearing at runtime.

This commit is contained in:
Evan Todd 2023-05-15 16:52:39 -07:00
parent 8cfa19a078
commit da7e54ec17

View file

@ -1827,7 +1827,7 @@ CSGBrush *CSGPolygon3D::_build_brush() {
}
}
if (!path || !path->is_inside_tree()) {
if (!path) {
return new_brush;
}