Follow-up 923f7cf8d7 - CutGizmo : Added missed parameter for transformed_bounding_box on activate gizmo

This commit is contained in:
YuSanka 2023-02-24 16:25:25 +01:00
parent 0c78a4474c
commit 97414fa4fd

View File

@ -902,7 +902,7 @@ void GLGizmoCut3D::on_set_state()
update_bb();
m_connectors_editing = !m_selected.empty();
m_transformed_bounding_box = transformed_bounding_box(m_plane_center);
m_transformed_bounding_box = transformed_bounding_box(m_plane_center, m_rotation_m);
// initiate archived values
m_ar_plane_center = m_plane_center;