From 33a35ca711f19c4865a8f41ce175106c36c10882 Mon Sep 17 00:00:00 2001 From: Huo Yaoyuan Date: Mon, 14 Nov 2016 04:01:48 +0800 Subject: [PATCH] Do not set WorkingBeatmap explicitly in mode stack. --- osu.Game/OsuGame.cs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/osu.Game/OsuGame.cs b/osu.Game/OsuGame.cs index a13f772f2d..e72e1bc371 100644 --- a/osu.Game/OsuGame.cs +++ b/osu.Game/OsuGame.cs @@ -105,10 +105,7 @@ namespace osu.Game } }); - (modeStack = new Intro - { - Beatmap = Beatmap - }).Preload(this, d => + (modeStack = new Intro()).Preload(this, d => { mainContent.Add(d);