mirror of
https://github.com/ppy/osu
synced 2024-12-17 04:15:37 +00: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
|
new UprightAspectMaintainingContainer
|
||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.Both,
|
RelativeSizeAxes = Axes.Both,
|
||||||
|
Anchor = Anchor.Centre,
|
||||||
|
Origin = Anchor.Centre,
|
||||||
Children = new Drawable[]
|
Children = new Drawable[]
|
||||||
{
|
{
|
||||||
keyNameText = new OsuSpriteText
|
keyNameText = new OsuSpriteText
|
||||||
|
Loading…
Reference in New Issue
Block a user