mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 15:07:44 +08: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