mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Fix right click blocking not resetting correctly
This commit is contained in:
@ -710,10 +710,9 @@ namespace osu.Game.Screens.Select
|
||||
rightMouseScrollBlocked = true;
|
||||
return false;
|
||||
}
|
||||
|
||||
rightMouseScrollBlocked = false;
|
||||
}
|
||||
|
||||
rightMouseScrollBlocked = false;
|
||||
return base.OnMouseDown(e);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user