mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Update parameter discards
This commit is contained in:
@ -123,7 +123,7 @@ namespace osu.Game.Rulesets.UI
|
||||
{
|
||||
switch (e)
|
||||
{
|
||||
case MouseDownEvent _:
|
||||
case MouseDownEvent:
|
||||
if (mouseDisabled.Value)
|
||||
return true; // importantly, block upwards propagation so global bindings also don't fire.
|
||||
|
||||
|
Reference in New Issue
Block a user