Merge pull request #48232 from HaSa1002/i-dont-need-your-error

This commit is contained in:
Rémi Verschelde 2021-04-27 14:37:22 +02:00 committed by GitHub
commit 27548a3694
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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()) {