1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-13 20:33:35 +08:00

Merge pull request #36898 from bdach/oops

This commit is contained in:
Dean Herbert
2026-03-09 23:54:27 +09:00
committed by GitHub
Unverified
@@ -286,10 +286,13 @@ namespace osu.Game.Screens.Edit.Compose.Components
dragHandles.ClearRotationHandles();
addRotateHandle(Anchor.TopLeft);
addRotateHandle(Anchor.TopRight);
addRotateHandle(Anchor.BottomLeft);
addRotateHandle(Anchor.BottomRight);
if (canRotate.Value)
{
addRotateHandle(Anchor.TopLeft);
addRotateHandle(Anchor.TopRight);
addRotateHandle(Anchor.BottomLeft);
addRotateHandle(Anchor.BottomRight);
}
}
private void addRotateHandle(Anchor anchor)