From 93f326bb9b1691b986b94929d7e11a996c16aabe Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Fri, 7 Oct 2016 19:14:21 +0900 Subject: [PATCH] Fix welcome sound being played twice. --- osu.Game/GameModes/Menu/Intro.cs | 1 - 1 file changed, 1 deletion(-) 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;