mirror of
https://github.com/ppy/osu.git
synced 2025-02-13 23:53:21 +08:00
formatting
This commit is contained in:
parent
586ce6e8d3
commit
ce1bc71567
@ -80,11 +80,13 @@ namespace osu.Game.Overlays.SkinEditor
|
|||||||
SelectionBox.FlipScaleHandles(Direction.Horizontal);
|
SelectionBox.FlipScaleHandles(Direction.Horizontal);
|
||||||
HandleFlip(Direction.Horizontal, false);
|
HandleFlip(Direction.Horizontal, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (adjustedRect.Height <= 0)
|
if (adjustedRect.Height <= 0)
|
||||||
{
|
{
|
||||||
SelectionBox.FlipScaleHandles(Direction.Vertical);
|
SelectionBox.FlipScaleHandles(Direction.Vertical);
|
||||||
HandleFlip(Direction.Vertical, false);
|
HandleFlip(Direction.Vertical, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user