mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 07:22:54 +08:00
Merge pull request #20565 from peppy/random-dont-handle-repeat
Change song select random key binding to not handle key repeat
This commit is contained in:
commit
f7f0aa1548
@ -138,7 +138,8 @@ namespace osu.Game.Screens.Select
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
TriggerClick();
|
if (!e.Repeat)
|
||||||
|
TriggerClick();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user