From 4311c2f66e4a1c9b7b77e8d3cdce4be8fa3ec7fa Mon Sep 17 00:00:00 2001 From: Marcel Admiraal Date: Sun, 25 Apr 2021 09:07:26 +0100 Subject: Fix CSGMesh undo not refreshing gizmo --- modules/csg/csg_shape.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/csg/csg_shape.cpp b/modules/csg/csg_shape.cpp index 77be493be9..ecdab025d0 100644 --- a/modules/csg/csg_shape.cpp +++ b/modules/csg/csg_shape.cpp @@ -880,7 +880,7 @@ void CSGMesh3D::set_mesh(const Ref &p_mesh) { mesh->connect("changed", callable_mp(this, &CSGMesh3D::_mesh_changed)); } - _make_dirty(); + _mesh_changed(); } Ref CSGMesh3D::get_mesh() { -- cgit v1.2.3