1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 15:07:44 +08:00

Fix UprightAspectMaintainingContainer not being centred

This commit is contained in:
Joseph Madamba 2023-11-02 18:17:25 -07:00
parent 090601b485
commit b3dfe19472
No known key found for this signature in database
GPG Key ID: 8B746C7BDDF0BD76

View File

@ -55,6 +55,8 @@ namespace osu.Game.Screens.Play
new UprightAspectMaintainingContainer
{
RelativeSizeAxes = Axes.Both,
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
Children = new Drawable[]
{
keyNameText = new OsuSpriteText