mirror of
https://github.com/ppy/osu.git
synced 2024-12-13 07:43:00 +08:00
configTouchControlScheme is now read only
Co-authored-by: Stedoss <29103029+Stedoss@users.noreply.github.com>
This commit is contained in:
parent
21b617062a
commit
18e114904a
@ -41,7 +41,7 @@ namespace osu.Game.Rulesets.Taiko.UI
|
||||
private QuarterCircle leftRim = null!;
|
||||
private QuarterCircle rightRim = null!;
|
||||
|
||||
private Bindable<TaikoTouchControlScheme> configTouchControlScheme = new Bindable<TaikoTouchControlScheme>();
|
||||
private readonly Bindable<TaikoTouchControlScheme> configTouchControlScheme = new Bindable<TaikoTouchControlScheme>();
|
||||
|
||||
[Resolved]
|
||||
private OsuColour colours { get; set; } = null!;
|
||||
|
Loading…
Reference in New Issue
Block a user