1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-25 05:39:57 +08:00

Change song select random key binding to not handle key repeat

This commit is contained in:
Dean Herbert
2022-10-03 18:16:54 +09:00
Unverified
parent 4dbac917fc
commit d9f678d942
@@ -138,7 +138,8 @@ namespace osu.Game.Screens.Select
return false;
}
TriggerClick();
if (!e.Repeat)
TriggerClick();
return true;
}