mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 14:17:26 +08:00
Make chevron icon colour protected
This commit is contained in:
parent
2543de22bd
commit
350d139cbf
@ -20,7 +20,7 @@ namespace osu.Game.Graphics.UserInterface
|
||||
|
||||
private Color4 chevronIconColour;
|
||||
|
||||
public Color4 ChevronIconColour
|
||||
protected Color4 ChevronIconColour
|
||||
{
|
||||
get => chevronIconColour;
|
||||
set => chevronIconColour = leftChevron.Colour = rightChevron.Colour = value;
|
||||
|
Loading…
Reference in New Issue
Block a user