From 1d6b6a7828feb447a69e16e39ad0ffb088de05b4 Mon Sep 17 00:00:00 2001 From: Joehu Date: Fri, 21 Jun 2019 08:06:57 -0700 Subject: [PATCH] Fix audio being dimmed on preview tracks --- osu.Game/Audio/PreviewTrackManager.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/osu.Game/Audio/PreviewTrackManager.cs b/osu.Game/Audio/PreviewTrackManager.cs index 6e162ca95e..bb6fba9bda 100644 --- a/osu.Game/Audio/PreviewTrackManager.cs +++ b/osu.Game/Audio/PreviewTrackManager.cs @@ -36,8 +36,6 @@ namespace osu.Game.Audio trackStore.AddAdjustment(AdjustableProperty.Volume, audio.VolumeTrack); this.audio = audio; - - config.BindWith(FrameworkSetting.VolumeMusic, trackStore.Volume); } ///