mirror of
https://github.com/ppy/osu.git
synced 2025-02-15 00:53:10 +08:00
Fix unnecessary positioning
This commit is contained in:
parent
9a32e12435
commit
90a4cb8e04
@ -451,7 +451,6 @@ namespace osu.Game
|
||||
loadComponentSingleFile(loginOverlay = new LoginOverlay
|
||||
{
|
||||
GetToolbarHeight = () => ToolbarOffset,
|
||||
Position = new Vector2(-ToolbarButton.WIDTH, 0),
|
||||
Anchor = Anchor.TopRight,
|
||||
Origin = Anchor.TopRight,
|
||||
}, floatingOverlayContent.Add);
|
||||
|
Loading…
Reference in New Issue
Block a user