mirror of
https://github.com/ppy/osu
synced 2025-03-01 09:01:22 +00:00
Change song select random key binding to not handle key repeat
This commit is contained in:
parent
4dbac917fc
commit
d9f678d942
@ -138,7 +138,8 @@ namespace osu.Game.Screens.Select
|
||||
return false;
|
||||
}
|
||||
|
||||
TriggerClick();
|
||||
if (!e.Repeat)
|
||||
TriggerClick();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user