Skip to content

Commit

Permalink
Fix CSG Path Polygon cache being removed after connect
Browse files Browse the repository at this point in the history
  • Loading branch information
HaSa1002 committed Apr 27, 2021
1 parent 1943d2b commit bab36f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/csg/csg_shape.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1741,7 +1741,6 @@ CSGBrush *CSGPolygon3D::_build_brush() {

path_cache->connect("tree_exited", callable_mp(this, &CSGPolygon3D::_path_exited));
path_cache->connect("curve_changed", callable_mp(this, &CSGPolygon3D::_path_changed));
path_cache = nullptr;
}
curve = path->get_curve();
if (curve.is_null()) {
Expand Down

0 comments on commit bab36f1

Please sign in to comment.