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

refactor: remove container position

This commit is contained in:
tsrk.
2023-09-11 15:21:51 +02:00
Unverified
parent 8c137353b6
commit 65f3feb044
@@ -154,7 +154,6 @@ namespace osu.Game.Overlays.Profile.Header
Anchor = Anchor.TopLeft,
Origin = Anchor.TopLeft,
Size = new Vector2(0),
Position = new Vector2(10)
}
}
},