mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 02:33:20 +08:00
Fix right click blocking not resetting correctly
This commit is contained in:
parent
fc05cab050
commit
b57298406f
@ -710,10 +710,9 @@ namespace osu.Game.Screens.Select
|
||||
rightMouseScrollBlocked = true;
|
||||
return false;
|
||||
}
|
||||
|
||||
rightMouseScrollBlocked = false;
|
||||
}
|
||||
|
||||
rightMouseScrollBlocked = false;
|
||||
return base.OnMouseDown(e);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user