mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Fix broken overlays
oops
This commit is contained in:
@ -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 =>
|
||||
{
|
||||
|
Reference in New Issue
Block a user