Fix CSGMesh undo not refreshing gizmo

(cherry picked from commit 4311c2f66e)
This commit is contained in:
Marcel Admiraal 2021-04-25 09:07:26 +01:00 committed by Rémi Verschelde
parent a853cf25f6
commit cfccf77edb
No known key found for this signature in database
GPG key ID: C3336907360768E1

View file

@ -911,7 +911,7 @@ void CSGMesh::set_mesh(const Ref<Mesh> &p_mesh) {
mesh->connect("changed", this, "_mesh_changed");
}
_make_dirty();
_mesh_changed();
}
Ref<Mesh> CSGMesh::get_mesh() {