mirror of
https://github.com/osukey/osukey.git
synced 2025-08-08 00:53:56 +09:00
Fix broken overlays
oops
This commit is contained in:
@ -63,8 +63,8 @@ namespace osu.Game.Overlays
|
|||||||
{
|
{
|
||||||
title = CreateTitle().With(title =>
|
title = CreateTitle().With(title =>
|
||||||
{
|
{
|
||||||
Anchor = Anchor.CentreLeft;
|
title.Anchor = Anchor.CentreLeft;
|
||||||
Origin = Anchor.CentreLeft;
|
title.Origin = Anchor.CentreLeft;
|
||||||
}),
|
}),
|
||||||
CreateTitleContent().With(content =>
|
CreateTitleContent().With(content =>
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user