mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:57:39 +08:00
Add missing readonly
keyword to new bindable
This commit is contained in:
parent
8555a465ac
commit
1c7cbc8621
@ -25,7 +25,7 @@ namespace osu.Game.Screens.Edit
|
||||
/// The combo colours of this skin.
|
||||
/// If empty, the default combo colours will be used.
|
||||
/// </summary>
|
||||
public BindableList<Colour4> ComboColours;
|
||||
public readonly BindableList<Colour4> ComboColours;
|
||||
|
||||
private readonly Skin skin;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user