mirror of
https://github.com/ppy/osu
synced 2025-03-18 17:15:28 +00:00
X before Y for sanity
This commit is contained in:
parent
44f4ed4fd3
commit
9079d33412
@ -235,8 +235,8 @@ namespace osu.Game.Screens.Edit.Compose.Components
|
||||
private void addDragHandle(Anchor anchor) => AddInternal(new SelectionBoxDragHandle
|
||||
{
|
||||
Anchor = anchor,
|
||||
Y = getAdjustmentToCenterCircleOnBorder(anchor).Y,
|
||||
X = getAdjustmentToCenterCircleOnBorder(anchor).X,
|
||||
Y = getAdjustmentToCenterCircleOnBorder(anchor).Y,
|
||||
HandleDrag = e => OnScale?.Invoke(e.Delta, anchor),
|
||||
OperationStarted = operationStarted,
|
||||
OperationEnded = operationEnded
|
||||
|
Loading…
Reference in New Issue
Block a user