mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Rename method
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user