1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 19:02:57 +08:00

Remove unused Hotkey assignment

This commit is contained in:
Jack Boswell (boswelja) 2020-06-04 20:58:53 +12:00
parent df148cf9d1
commit 62984cb7f5

View File

@ -40,7 +40,6 @@ namespace osu.Game.Screens.Select
SelectedColour = colours.Green; SelectedColour = colours.Green;
DeselectedColour = SelectedColour.Opacity(0.5f); DeselectedColour = SelectedColour.Opacity(0.5f);
Text = @"random"; Text = @"random";
Hotkey = GlobalAction.SelectNextRandom;
} }
private void updateText() private void updateText()