mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Fix typo
This commit is contained in:
@ -46,7 +46,7 @@ namespace osu.Game.Rulesets.UI
|
||||
public void RemoveAdjustment(AdjustableProperty type, BindableDouble adjustBindable)
|
||||
{
|
||||
primary.RemoveAdjustment(type, adjustBindable);
|
||||
primary.RemoveAdjustment(type, adjustBindable);
|
||||
secondary.RemoveAdjustment(type, adjustBindable);
|
||||
}
|
||||
|
||||
public BindableDouble Volume => primary.Volume;
|
||||
|
Reference in New Issue
Block a user