mirror of
https://github.com/ppy/osu.git
synced 2025-01-21 06:42:54 +08:00
Fixed whitespace
This commit is contained in:
parent
85d0c04e61
commit
fa4d13a22b
@ -85,7 +85,7 @@ namespace osu.Game.Graphics.Cursor
|
|||||||
|
|
||||||
if ((e.Button == MouseButton.Left || e.Button == MouseButton.Right) && cursorRotate.Value)
|
if ((e.Button == MouseButton.Left || e.Button == MouseButton.Right) && cursorRotate.Value)
|
||||||
{
|
{
|
||||||
if(!(dragRotationState == DragRotationState.Rotating))
|
if (!(dragRotationState == DragRotationState.Rotating))
|
||||||
{
|
{
|
||||||
dragRotationState = DragRotationState.DragStarted;
|
dragRotationState = DragRotationState.DragStarted;
|
||||||
positionMouseDown = e.MousePosition;
|
positionMouseDown = e.MousePosition;
|
||||||
|
Loading…
Reference in New Issue
Block a user