mirror of
https://github.com/godotengine/godot.git
synced 2024-11-10 14:12:51 +00:00
Fix CSGMesh undo not refreshing gizmo
This commit is contained in:
parent
d1dc28e46c
commit
4311c2f66e
@ -880,7 +880,7 @@ void CSGMesh3D::set_mesh(const Ref<Mesh> &p_mesh) {
|
||||
mesh->connect("changed", callable_mp(this, &CSGMesh3D::_mesh_changed));
|
||||
}
|
||||
|
||||
_make_dirty();
|
||||
_mesh_changed();
|
||||
}
|
||||
|
||||
Ref<Mesh> CSGMesh3D::get_mesh() {
|
||||
|
Loading…
Reference in New Issue
Block a user