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);