1
0
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:
Andrei Zavatski 2020-02-03 11:44:31 +03:00
parent 81ab6d43b6
commit ce6e97096c

View File

@ -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 =>
{