From bab36f12737769dd5f5c876731bc334323a4c5d2 Mon Sep 17 00:00:00 2001 From: Johannes Witt Date: Tue, 27 Apr 2021 13:58:01 +0200 Subject: [PATCH] Fix CSG Path Polygon cache being removed after connect fixes #30229 --- modules/csg/csg_shape.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/csg/csg_shape.cpp b/modules/csg/csg_shape.cpp index ecdab025d0b4..05927dafc01f 100644 --- a/modules/csg/csg_shape.cpp +++ b/modules/csg/csg_shape.cpp @@ -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()) {