Update framework

This commit is contained in:
Dean Herbert
2021-08-27 19:51:51 +09:00
parent 2bfb9d5478
commit 804ca88d63
4 changed files with 5 additions and 5 deletions

View File

@ -35,7 +35,7 @@ namespace osu.Game.Audio
{
// this is a temporary solution to get around muting ourselves.
// todo: update this once we have a BackgroundTrackManager or similar.
trackStore = new PreviewTrackStore(audioManager.Mixer, new OnlineStore());
trackStore = new PreviewTrackStore(audioManager.TrackMixer, new OnlineStore());
audio.AddItem(trackStore);
trackStore.AddAdjustment(AdjustableProperty.Volume, globalTrackVolumeAdjust);