Merge pull request #8291 from ItsMestro/patch-1

Use new logo name for showcase screen
This commit is contained in:
Dean Herbert
2020-03-16 21:51:02 +09:00
committed by GitHub

View File

@ -28,7 +28,7 @@ namespace osu.Game.Tournament.Screens.Showcase
Origin = Anchor.TopCentre,
FillMode = FillMode.Fit,
RelativeSizeAxes = Axes.Both,
Texture = textures.Get("game-screen-logo"),
Texture = textures.Get("header-logo"),
};
}
}