diff --git a/modules/csg/csg_shape.cpp b/modules/csg/csg_shape.cpp index 0949b38a9ed..392b38d696a 100644 --- a/modules/csg/csg_shape.cpp +++ b/modules/csg/csg_shape.cpp @@ -911,7 +911,7 @@ void CSGMesh::set_mesh(const Ref &p_mesh) { mesh->connect("changed", this, "_mesh_changed"); } - _make_dirty(); + _mesh_changed(); } Ref CSGMesh::get_mesh() {