mirror of
https://github.com/ppy/osu.git
synced 2025-02-13 11:12:54 +08:00
Fix broken overlays
oops
This commit is contained in:
parent
81ab6d43b6
commit
ce6e97096c
@ -63,8 +63,8 @@ namespace osu.Game.Overlays
|
||||
{
|
||||
title = CreateTitle().With(title =>
|
||||
{
|
||||
Anchor = Anchor.CentreLeft;
|
||||
Origin = Anchor.CentreLeft;
|
||||
title.Anchor = Anchor.CentreLeft;
|
||||
title.Origin = Anchor.CentreLeft;
|
||||
}),
|
||||
CreateTitleContent().With(content =>
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user