1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 23:27:25 +08:00

formatting

This commit is contained in:
Wleter 2023-08-29 18:41:56 +02:00
parent 586ce6e8d3
commit ce1bc71567

View File

@ -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;
}