mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Remove usage of SetExclusive
Also immediately disposes WorkingBeatmaps on ValueChanged.
This commit is contained in:
@ -358,7 +358,7 @@ namespace osu.Game.Screens.Select
|
||||
{
|
||||
Track track = Beatmap.Value.Track;
|
||||
|
||||
trackManager.SetExclusive(track);
|
||||
trackManager.AddItem(track);
|
||||
|
||||
if (preview) track.Seek(Beatmap.Value.Metadata.PreviewTime);
|
||||
track.Start();
|
||||
|
Reference in New Issue
Block a user