diff --git a/osu.Game/GameModes/Menu/Intro.cs b/osu.Game/GameModes/Menu/Intro.cs index 4f4aaf7704..30ca6f931c 100644 --- a/osu.Game/GameModes/Menu/Intro.cs +++ b/osu.Game/GameModes/Menu/Intro.cs @@ -40,7 +40,6 @@ namespace osu.Game.GameModes.Menu }; AudioSample welcome = Game.Audio.Sample.Get(@"welcome"); - welcome.Play(); AudioTrack bgm = Game.Audio.Track.Get(@"circles"); bgm.Looping = true;