1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 15:33:05 +08:00

Fixed whitespace

This commit is contained in:
Power Maker 2020-06-02 22:25:25 +02:00
parent 85d0c04e61
commit fa4d13a22b

View File

@ -85,7 +85,7 @@ namespace osu.Game.Graphics.Cursor
if ((e.Button == MouseButton.Left || e.Button == MouseButton.Right) && cursorRotate.Value)
{
if(!(dragRotationState == DragRotationState.Rotating))
if (!(dragRotationState == DragRotationState.Rotating))
{
dragRotationState = DragRotationState.DragStarted;
positionMouseDown = e.MousePosition;