Fix CSGMesh undo not refreshing gizmo
(cherry picked from commit 4311c2f66e
)
This commit is contained in:
parent
a853cf25f6
commit
cfccf77edb
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue