mirror of
https://github.com/ppy/osu.git
synced 2026-06-05 03:53:40 +08:00
Fix preview track manager potentially not updating
This commit is contained in:
@@ -24,6 +24,8 @@ namespace osu.Game.Audio
|
||||
|
||||
private TrackManagerPreviewTrack current;
|
||||
|
||||
public override bool IsPresent => Scheduler.HasPendingTasks;
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
private void load(AudioManager audio)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user