mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 10:22:56 +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,
|
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
|
public override BindableBool AdjustPitch { get; } = new BindableBool
|
||||||
{
|
{
|
||||||
Default = true,
|
Default = true,
|
||||||
|
@ -37,7 +37,7 @@ namespace osu.Game.Rulesets.Mods
|
|||||||
Precision = 0.01,
|
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
|
public override BindableBool AdjustPitch { get; } = new BindableBool
|
||||||
{
|
{
|
||||||
Default = true,
|
Default = true,
|
||||||
|
Loading…
Reference in New Issue
Block a user