Fix CSGPolygon3D in path mode disappearing at runtime.
(cherry picked from commit da7e54ec17)
This commit is contained in:
@ -1787,7 +1787,7 @@ CSGBrush *CSGPolygon3D::_build_brush() {
|
||||
}
|
||||
}
|
||||
|
||||
if (!path || !path->is_inside_tree()) {
|
||||
if (!path) {
|
||||
return new_brush;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user