1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-28 07:12:12 +08:00

Fix broken overlays

oops
This commit is contained in:
Andrei Zavatski
2020-02-03 11:44:31 +03:00
Unverified
parent 81ab6d43b6
commit ce6e97096c
+2 -2
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 =>
{