mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 14:17:26 +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);
|
||||
HandleFlip(Direction.Horizontal, false);
|
||||
}
|
||||
|
||||
if (adjustedRect.Height <= 0)
|
||||
{
|
||||
SelectionBox.FlipScaleHandles(Direction.Vertical);
|
||||
HandleFlip(Direction.Vertical, false);
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user