mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 22:33:05 +08:00
Cleaner way of getting ForceControlScheme value
Co-authored-by: Susko3 <Susko3@protonmail.com>
This commit is contained in:
parent
a0ff03def3
commit
026a223129
@ -59,7 +59,7 @@ namespace osu.Game.Rulesets.Taiko.UI
|
||||
if (ForceControlScheme == null)
|
||||
config.BindWith(TaikoRulesetSetting.TouchControlScheme, configTouchControlScheme);
|
||||
else
|
||||
configTouchControlScheme.Value = (TaikoTouchControlScheme)ForceControlScheme;
|
||||
configTouchControlScheme.Value = ForceControlScheme.Value;
|
||||
|
||||
Children = new Drawable[]
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user