mirror of
https://github.com/ppy/osu.git
synced 2025-02-13 00:42:55 +08:00
Fix audio being dimmed on preview tracks
This commit is contained in:
parent
1204c56d2d
commit
1d6b6a7828
@ -36,8 +36,6 @@ namespace osu.Game.Audio
|
||||
trackStore.AddAdjustment(AdjustableProperty.Volume, audio.VolumeTrack);
|
||||
|
||||
this.audio = audio;
|
||||
|
||||
config.BindWith(FrameworkSetting.VolumeMusic, trackStore.Volume);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
Loading…
Reference in New Issue
Block a user