1
0
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:
OpenSauce 2023-01-10 19:13:10 +00:00 committed by GitHub
parent 21b617062a
commit 18e114904a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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!;