Fix `TournamentGameBase` calling `AddInternal`

This commit is contained in:
Dean Herbert 2023-01-20 23:53:30 +09:00
parent 19450bfe12
commit 154c258248
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ public override EndpointConfiguration CreateEndpoints()
[BackgroundDependencyLoader]
private void load(Storage baseStorage)
{
AddInternal(initialisationText = new TournamentSpriteText
Add(initialisationText = new TournamentSpriteText
{
Anchor = Anchor.Centre,
Origin = Anchor.Centre,