1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-09 07:07:18 +08:00

Merge remote-tracking branch 'refs/remotes/ppy/master' into friends-layout-split

This commit is contained in:
Andrei Zavatski 2020-03-17 01:23:43 +03:00
commit 33999dc9ff

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