1
0
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:
Dean Herbert 2019-03-29 14:49:15 +09:00
parent 9a32e12435
commit 90a4cb8e04

View File

@ -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);