1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 09:47:52 +08:00

Fix preview track manager potentially not updating

This commit is contained in:
iiSaLMaN 2019-11-13 14:24:22 +03:00
parent 4adf967801
commit 8f7fd9993d

View File

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