mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Fix welcome sound being played twice.
This commit is contained in:
@ -40,7 +40,6 @@ namespace osu.Game.GameModes.Menu
|
|||||||
};
|
};
|
||||||
|
|
||||||
AudioSample welcome = Game.Audio.Sample.Get(@"welcome");
|
AudioSample welcome = Game.Audio.Sample.Get(@"welcome");
|
||||||
welcome.Play();
|
|
||||||
|
|
||||||
AudioTrack bgm = Game.Audio.Track.Get(@"circles");
|
AudioTrack bgm = Game.Audio.Track.Get(@"circles");
|
||||||
bgm.Looping = true;
|
bgm.Looping = true;
|
||||||
|
Reference in New Issue
Block a user