mirror of
https://github.com/osukey/osukey.git
synced 2025-04-29 02:37:25 +09:00
Updated touch control scheme setting capitalization to be consistent with the rest of the settings menu
This commit is contained in:
parent
b694e0d441
commit
4949b44888
@ -27,7 +27,7 @@ namespace osu.Game.Rulesets.Taiko
|
|||||||
{
|
{
|
||||||
new SettingsEnumDropdown<TaikoTouchControlScheme>
|
new SettingsEnumDropdown<TaikoTouchControlScheme>
|
||||||
{
|
{
|
||||||
LabelText = "Touch Control Scheme",
|
LabelText = "Touch control scheme",
|
||||||
Current = config.GetBindable<TaikoTouchControlScheme>(TaikoRulesetSetting.TouchControlScheme)
|
Current = config.GetBindable<TaikoTouchControlScheme>(TaikoRulesetSetting.TouchControlScheme)
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user