mirror of
https://github.com/ppy/osu.git
synced 2025-02-16 14:22:54 +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.
|
/// The combo colours of this skin.
|
||||||
/// If empty, the default combo colours will be used.
|
/// If empty, the default combo colours will be used.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public BindableList<Colour4> ComboColours;
|
public readonly BindableList<Colour4> ComboColours;
|
||||||
|
|
||||||
private readonly Skin skin;
|
private readonly Skin skin;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user