Merge pull request #77118 from etodd/fix-csgpolygon3d-dirty
Fix CSGPolygon3D in path mode disappearing at runtime
This commit is contained in:
commit
2488f3c2ad
1 changed files with 1 additions and 1 deletions
|
@ -1827,7 +1827,7 @@ CSGBrush *CSGPolygon3D::_build_brush() {
|
|||
}
|
||||
}
|
||||
|
||||
if (!path || !path->is_inside_tree()) {
|
||||
if (!path) {
|
||||
return new_brush;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue