Add explicit LoadTrack method

This commit is contained in:
Dean Herbert
2020-08-17 15:38:16 +09:00
parent 0c4aefb15e
commit d9debef156
10 changed files with 37 additions and 12 deletions

View File

@ -319,7 +319,7 @@ namespace osu.Game.Overlays
{
var lastTrack = CurrentTrack;
var newTrack = new DrawableTrack(current.GetTrack());
var newTrack = new DrawableTrack(current.LoadTrack());
newTrack.Completed += () => onTrackCompleted(current);
CurrentTrack = newTrack;