1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-30 03:59:55 +08:00

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
Unverified
@@ -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"),
};
}
}