From b5fc84087fd0bfc51f9fc2f53c8eae5116d5f97c Mon Sep 17 00:00:00 2001 From: ColdVolcano Date: Fri, 14 Apr 2017 12:59:15 -0500 Subject: [PATCH] Show song in MusicController and SongSelect --- osu.Game/Screens/Menu/Intro.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/osu.Game/Screens/Menu/Intro.cs b/osu.Game/Screens/Menu/Intro.cs index e42e9ce475..0ec7ed13d3 100644 --- a/osu.Game/Screens/Menu/Intro.cs +++ b/osu.Game/Screens/Menu/Intro.cs @@ -86,6 +86,7 @@ namespace osu.Game.Screens.Menu trackManager = game.Audio.Track; beatmap = beatmaps.GetWithChildren(RNG.Next(0, beatmaps.Query().Count() - 1)).Beatmaps[0]; song = beatmaps.GetWorkingBeatmap(beatmap, null); + Beatmap = song; } welcome = audio.Sample.Get(@"welcome");