mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 10:42:55 +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;
|
rightMouseScrollBlocked = true;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
rightMouseScrollBlocked = false;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
rightMouseScrollBlocked = false;
|
||||||
return base.OnMouseDown(e);
|
return base.OnMouseDown(e);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user