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:
parent
d5a7b839ee
commit
bc35a30a25
@ -255,7 +255,6 @@ namespace osu.Game.Screens.Multi
|
||||
|
||||
if (!track.IsRunning)
|
||||
{
|
||||
game.Audio.AddItem(track);
|
||||
track.Seek(Beatmap.Value.Metadata.PreviewTime);
|
||||
track.Start();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user