mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
Fix CSGPolygon3D in path mode disappearing at runtime.
This commit is contained in:
@@ -1827,7 +1827,7 @@ CSGBrush *CSGPolygon3D::_build_brush() {
|
||||
}
|
||||
}
|
||||
|
||||
if (!path || !path->is_inside_tree()) {
|
||||
if (!path) {
|
||||
return new_brush;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user