mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09: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