mirror of
https://github.com/ppy/osu
synced 2024-12-25 16:22:23 +00:00
Use consistent setting casing
This commit is contained in:
parent
201bfda338
commit
77eb428184
@ -37,7 +37,7 @@ namespace osu.Game.Rulesets.Mods
|
||||
Precision = 0.01,
|
||||
};
|
||||
|
||||
[SettingSource("Adjust Pitch", "Should pitch be adjusted with speed")]
|
||||
[SettingSource("Adjust pitch", "Should pitch be adjusted with speed")]
|
||||
public override BindableBool AdjustPitch { get; } = new BindableBool
|
||||
{
|
||||
Default = true,
|
||||
|
@ -37,7 +37,7 @@ namespace osu.Game.Rulesets.Mods
|
||||
Precision = 0.01,
|
||||
};
|
||||
|
||||
[SettingSource("Adjust Pitch", "Should pitch be adjusted with speed")]
|
||||
[SettingSource("Adjust pitch", "Should pitch be adjusted with speed")]
|
||||
public override BindableBool AdjustPitch { get; } = new BindableBool
|
||||
{
|
||||
Default = true,
|
||||
|
Loading…
Reference in New Issue
Block a user