1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-30 08:52:58 +08:00
This commit is contained in:
Dean Herbert 2019-09-05 23:07:03 +09:00
parent 0a6c42972c
commit 60c2d113b8

View File

@ -46,7 +46,7 @@ namespace osu.Game.Rulesets.UI
public void RemoveAdjustment(AdjustableProperty type, BindableDouble adjustBindable) public void RemoveAdjustment(AdjustableProperty type, BindableDouble adjustBindable)
{ {
primary.RemoveAdjustment(type, adjustBindable); primary.RemoveAdjustment(type, adjustBindable);
primary.RemoveAdjustment(type, adjustBindable); secondary.RemoveAdjustment(type, adjustBindable);
} }
public BindableDouble Volume => primary.Volume; public BindableDouble Volume => primary.Volume;