mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 09:32:55 +08:00
CI fix
This commit is contained in:
parent
d2b3533356
commit
b0d475cd8b
@ -23,12 +23,8 @@ namespace osu.Game.Graphics.UserInterface
|
||||
{
|
||||
public LocalisableString Text
|
||||
{
|
||||
get => SpriteText?.Text ?? default;
|
||||
set
|
||||
{
|
||||
if (SpriteText != null)
|
||||
SpriteText.Text = value;
|
||||
}
|
||||
get => SpriteText.Text;
|
||||
set => SpriteText.Text = value;
|
||||
}
|
||||
|
||||
private Color4? backgroundColour;
|
||||
|
Loading…
Reference in New Issue
Block a user