1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-05 04:33:39 +08:00

Fix preview track manager potentially not updating

This commit is contained in:
iiSaLMaN
2019-11-13 14:24:22 +03:00
Unverified
parent 4adf967801
commit 8f7fd9993d
+2
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)
{