Fix CSG Path Polygon cache being removed after connect
fixes #30229
(cherry picked from commit bab36f1273
)
This commit is contained in:
parent
1489b814aa
commit
41a016c1e8
1 changed files with 0 additions and 1 deletions
|
@ -1832,7 +1832,6 @@ CSGBrush *CSGPolygon::_build_brush() {
|
||||||
|
|
||||||
path_cache->connect("tree_exited", this, "_path_exited");
|
path_cache->connect("tree_exited", this, "_path_exited");
|
||||||
path_cache->connect("curve_changed", this, "_path_changed");
|
path_cache->connect("curve_changed", this, "_path_changed");
|
||||||
path_cache = NULL;
|
|
||||||
}
|
}
|
||||||
curve = path->get_curve();
|
curve = path->get_curve();
|
||||||
if (curve.is_null()) {
|
if (curve.is_null()) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue