mirror of
https://github.com/ppy/osu
synced 2024-12-15 19:36:34 +00:00
Ensure the Track for the selected beatmap is added to the TrackManager. Fixes the problem where a beatmap would be stuck at 100% if it is replayed.
This commit is contained in:
parent
bd84e507de
commit
e48c5898bd
@ -372,6 +372,7 @@ namespace osu.Game.Screens.Select
|
||||
|
||||
if (!track.IsRunning)
|
||||
{
|
||||
Game.Audio.Track.AddItemToList(track);
|
||||
if (preview) track.Seek(Beatmap.Value.Metadata.PreviewTime);
|
||||
track.Start();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user