mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Remove triggerPreviousRandom from SongSelect
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user