Fix team name not updating on TeamDisplay immediately

This commit is contained in:
Dean Herbert
2022-07-13 18:10:27 +09:00
parent 4dff999ce6
commit 1516756d8b
2 changed files with 12 additions and 2 deletions

View File

@ -12,7 +12,8 @@ namespace osu.Game.Tournament.Components
{
public class TournamentSpriteTextWithBackground : CompositeDrawable
{
protected readonly TournamentSpriteText Text;
public readonly TournamentSpriteText Text;
protected readonly Box Background;
public TournamentSpriteTextWithBackground(string text = "")