1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-05 17:04:35 +08:00

Fix TournamentGameBase calling AddInternal

This commit is contained in:
Dean Herbert
2023-01-20 23:53:30 +09:00
Unverified
parent 19450bfe12
commit 154c258248
+1 -1
View File
@@ -58,7 +58,7 @@ namespace osu.Game.Tournament
[BackgroundDependencyLoader]
private void load(Storage baseStorage)
{
AddInternal(initialisationText = new TournamentSpriteText
Add(initialisationText = new TournamentSpriteText
{
Anchor = Anchor.Centre,
Origin = Anchor.Centre,