1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 00:02:54 +08:00

Fix audio being dimmed during multiplayer

This commit is contained in:
smoogipoo 2019-06-17 12:27:53 +09:00
parent d5a7b839ee
commit bc35a30a25

View File

@ -255,7 +255,6 @@ namespace osu.Game.Screens.Multi
if (!track.IsRunning)
{
game.Audio.AddItem(track);
track.Seek(Beatmap.Value.Metadata.PreviewTime);
track.Start();
}