mirror of
https://github.com/ppy/osu.git
synced 2025-03-23 19:07:20 +08:00
Show song in MusicController and SongSelect
This commit is contained in:
parent
2eb73a7c70
commit
b5fc84087f
@ -86,6 +86,7 @@ namespace osu.Game.Screens.Menu
|
||||
trackManager = game.Audio.Track;
|
||||
beatmap = beatmaps.GetWithChildren<BeatmapSetInfo>(RNG.Next(0, beatmaps.Query<BeatmapSetInfo>().Count() - 1)).Beatmaps[0];
|
||||
song = beatmaps.GetWorkingBeatmap(beatmap, null);
|
||||
Beatmap = song;
|
||||
}
|
||||
|
||||
welcome = audio.Sample.Get(@"welcome");
|
||||
|
Loading…
x
Reference in New Issue
Block a user