mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
CI fix
This commit is contained in:
@ -23,12 +23,8 @@ namespace osu.Game.Graphics.UserInterface
|
|||||||
{
|
{
|
||||||
public LocalisableString Text
|
public LocalisableString Text
|
||||||
{
|
{
|
||||||
get => SpriteText?.Text ?? default;
|
get => SpriteText.Text;
|
||||||
set
|
set => SpriteText.Text = value;
|
||||||
{
|
|
||||||
if (SpriteText != null)
|
|
||||||
SpriteText.Text = value;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private Color4? backgroundColour;
|
private Color4? backgroundColour;
|
||||||
|
Reference in New Issue
Block a user