Rename method

This commit is contained in:
smoogipoo
2020-08-07 22:31:41 +09:00
parent d1765c8a45
commit e87f50f74f
16 changed files with 21 additions and 16 deletions

View File

@ -324,7 +324,7 @@ namespace osu.Game.Overlays
CurrentTrack = new DrawableTrack(new TrackVirtual(1000));
if (current != null)
CurrentTrack = new DrawableTrack(current.GetRealTrack());
CurrentTrack = new DrawableTrack(current.GetTrack());
CurrentTrack.Completed += () => onTrackCompleted(current);
AddInternal(CurrentTrack);