mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Fix CSGMesh undo not refreshing gizmo
(cherry picked from commit 4311c2f66e)
This commit is contained in:
committed by
Rémi Verschelde
parent
84dc716d0d
commit
d8607d8045
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user