mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 12:17:26 +08:00
Fix welcome sound being played twice.
This commit is contained in:
parent
243d2cdec5
commit
93f326bb9b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user