mirror of
https://github.com/godotengine/godot.git
synced 2024-11-24 21:22:48 +00:00
Fix CSGMesh undo not refreshing gizmo
(cherry picked from commit 4311c2f66e
)
This commit is contained in:
parent
a853cf25f6
commit
cfccf77edb
@ -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 New Issue
Block a user