mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 09:22:54 +08:00
Remove triggerPreviousRandom from SongSelect
This commit is contained in:
parent
cab132673a
commit
cb6e473910
@ -275,7 +275,7 @@ namespace osu.Game.Screens.Select
|
||||
Footer.AddButton(new FooterButtonRandom
|
||||
{
|
||||
NextRandom = triggerNextRandom,
|
||||
PreviousRandom = triggerPreviousRandom
|
||||
PreviousRandom = Carousel.SelectPreviousRandom
|
||||
});
|
||||
Footer.AddButton(new FooterButtonOptions(), BeatmapOptions);
|
||||
|
||||
@ -505,11 +505,6 @@ namespace osu.Game.Screens.Select
|
||||
Carousel.SelectNextRandom();
|
||||
}
|
||||
|
||||
private void triggerPreviousRandom()
|
||||
{
|
||||
Carousel.SelectPreviousRandom();
|
||||
}
|
||||
|
||||
public override void OnEntering(IScreen last)
|
||||
{
|
||||
base.OnEntering(last);
|
||||
|
Loading…
Reference in New Issue
Block a user