mirror of
https://github.com/ppy/osu.git
synced 2026-05-27 17:40:10 +08:00
Fix UprightAspectMaintainingContainer not being centred
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user