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:
Dan Balasescu
2022-10-04 13:03:19 +09:00
committed by GitHub

View File

@ -138,6 +138,7 @@ namespace osu.Game.Screens.Select
return false;
}
if (!e.Repeat)
TriggerClick();
return true;
}