diff --git a/Hazelnut/src/EditorLayer.cpp b/Hazelnut/src/EditorLayer.cpp index 9a01e16b7..a18e19288 100644 --- a/Hazelnut/src/EditorLayer.cpp +++ b/Hazelnut/src/EditorLayer.cpp @@ -256,7 +256,7 @@ namespace Hazel { // Gizmos Entity selectedEntity = m_SceneHierarchyPanel.GetSelectedEntity(); - if (selectedEntity && m_GizmoType != -1) + if (selectedEntity && m_GizmoType != -1 && !Input::IsKeyPressed(Key::LeftAlt)) { ImGuizmo::SetOrthographic(false); ImGuizmo::SetDrawlist();