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