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 43a83a9ec9
commit 1702ab0e31

View File

@@ -628,7 +628,8 @@ namespace FlaxEditor.Viewport
{
base.OnLeftMouseButtonDown();
_rubberBandSelector.TryStartingRubberBandSelection();
if (!IsAltKeyDown)
_rubberBandSelector.TryStartingRubberBandSelection();
}
/// <inheritdoc />