1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 05:42:56 +08:00

Revert "Fix preview track manager potentially not updating"

This reverts commit 8f7fd9993d.
This commit is contained in:
iiSaLMaN 2019-11-13 16:11:13 +03:00
parent 8f7fd9993d
commit 47cbd516f3

View File

@ -24,8 +24,6 @@ namespace osu.Game.Audio
private TrackManagerPreviewTrack current;
public override bool IsPresent => Scheduler.HasPendingTasks;
[BackgroundDependencyLoader]
private void load(AudioManager audio)
{