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