1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 19:27:24 +08:00

Fix welcome sound being played twice.

This commit is contained in:
Dean Herbert 2016-10-07 19:14:21 +09:00
parent 243d2cdec5
commit 93f326bb9b

View File

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