Fix for render rotation gizmo

This commit is contained in:
Filip Sykala - NTB T15p 2023-11-02 12:06:48 +01:00
parent 4bfcbdb019
commit 483aec494d

View File

@ -383,7 +383,7 @@ void GLGizmoSVG::on_render() {
get_model_volume(m_volume_id, selection.get_model()->objects) == nullptr)
return;
if (!selection.volumes_count() != 1)
if (selection.volumes_count() != 1)
return;
bool is_surface_dragging = m_surface_drag.has_value();