mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Fix audio being dimmed during multiplayer
This commit is contained in:
@ -255,7 +255,6 @@ namespace osu.Game.Screens.Multi
|
||||
|
||||
if (!track.IsRunning)
|
||||
{
|
||||
game.Audio.AddItem(track);
|
||||
track.Seek(Beatmap.Value.Metadata.PreviewTime);
|
||||
track.Start();
|
||||
}
|
||||
|
Reference in New Issue
Block a user