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:
parent
090601b485
commit
b3dfe19472
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user