1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-19 21:01:01 +08:00

Show song in MusicController and SongSelect

This commit is contained in:
ColdVolcano
2017-04-14 12:59:15 -05:00
Unverified
parent 2eb73a7c70
commit b5fc84087f
+1
View File
@@ -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");