Fix rubber band selector activating when using Alt-key to orbit

This commit is contained in:
2025-03-31 20:29:28 +03:00
parent 5401166a07
commit 1f45110e5f

View File

@@ -628,6 +628,7 @@ namespace FlaxEditor.Viewport
{
base.OnLeftMouseButtonDown();
if (!IsAltKeyDown)
_rubberBandSelector.TryStartingRubberBandSelection();
}