mirror of
https://github.com/ppy/osu.git
synced 2026-05-22 07:09:53 +08:00
CI fix
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user