mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Random song selection when entering the select menu with default osu theme or invalid beatmap
This commit is contained in:
@ -211,7 +211,7 @@ namespace osu.Game.Screens.Select
|
||||
if (Beatmap.Value.BeatmapSetInfo?.DeletePending == false)
|
||||
carousel.SelectBeatmap(Beatmap.Value.BeatmapInfo, false);
|
||||
else
|
||||
carousel.SelectNext();
|
||||
carousel.SelectNextRandom();
|
||||
}
|
||||
|
||||
private void carouselRaisedStart(InputState state = null)
|
||||
|
Reference in New Issue
Block a user