mirror of
https://github.com/ppy/osu.git
synced 2024-11-15 14:37:30 +08:00
Change property type
Nobody is supposed to be using `ColourInfo` directly, really.
This commit is contained in:
parent
59e9ed7bac
commit
a90ad63493
@ -236,7 +236,7 @@ namespace osu.Game.Overlays.BeatmapSet.Scores
|
|||||||
set => text.Text = value;
|
set => text.Text = value;
|
||||||
}
|
}
|
||||||
|
|
||||||
public ColourInfo TextColour
|
public Colour4 TextColour
|
||||||
{
|
{
|
||||||
set => text.Colour = value;
|
set => text.Colour = value;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user