mirror of
https://github.com/osukey/osukey.git
synced 2025-05-29 09:27:18 +09:00
Play track while in the multiplayer lobby
This commit is contained in:
parent
5a8b255bd8
commit
2f15d10029
@ -178,6 +178,10 @@ namespace osu.Game.Screens.Multi.Match
|
||||
|
||||
Beatmap.Disabled = beatmapDisabled;
|
||||
Ruleset.Disabled = rulesetDisabled;
|
||||
|
||||
Beatmap.Value.Track.Looping = true;
|
||||
Beatmap.Value.Track.Seek(Beatmap.Value.Metadata.PreviewTime);
|
||||
Beatmap.Value.Track.Start();
|
||||
}
|
||||
|
||||
private void onStart()
|
||||
|
Loading…
x
Reference in New Issue
Block a user