1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-05 13:42:59 +08:00

Add cursor rotation on right mouse button

This commit is contained in:
Power Maker 2020-06-02 20:57:02 +02:00 committed by GitHub
parent a2fdf94483
commit 85d0c04e61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,8 +87,8 @@ namespace osu.Game.Graphics.Cursor
{
if(!(dragRotationState == DragRotationState.Rotating))
{
positionMouseDown = e.MousePosition;
dragRotationState = DragRotationState.DragStarted;
positionMouseDown = e.MousePosition;
}
}