Skip to content

Commit

Permalink
Fix CSGPolygon3D in path mode disappearing at runtime.
Browse files Browse the repository at this point in the history
  • Loading branch information
etodd committed May 15, 2023
1 parent 8cfa19a commit da7e54e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/csg/csg_shape.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1827,7 +1827,7 @@ CSGBrush *CSGPolygon3D::_build_brush() {
}
}

if (!path || !path->is_inside_tree()) {
if (!path) {
return new_brush;
}

Expand Down

0 comments on commit da7e54e

Please sign in to comment.