mirror of
https://github.com/ppy/osu.git
synced 2025-01-30 08:52:58 +08:00
Fix typo
This commit is contained in:
parent
0a6c42972c
commit
60c2d113b8
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user