mirror of
https://github.com/ppy/osu
synced 2025-01-10 16:19:47 +00:00
use SongSelect's SelectedMods property to ensure it exists
This commit is contained in:
parent
009eaa647a
commit
31341bfeb1
@ -224,7 +224,7 @@ namespace osu.Game.Screens.Select
|
||||
|
||||
if (Footer != null)
|
||||
{
|
||||
Footer.AddButton(new FooterButtonMods(selectedMods), @"mods", colours.Yellow, ModSelect, Key.F1);
|
||||
Footer.AddButton(new FooterButtonMods(SelectedMods), @"mods", colours.Yellow, ModSelect, Key.F1);
|
||||
Footer.AddButton(new FooterButtonRandom(), @"random", colours.Green, triggerRandom, Key.F2);
|
||||
Footer.AddButton(new FooterButton(), @"options", colours.Blue, BeatmapOptions, Key.F3);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user