mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Add explicit LoadTrack method
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user