1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 14:12:56 +08:00

refactor: remove container position

This commit is contained in:
tsrk. 2023-09-11 15:21:51 +02:00
parent 8c137353b6
commit 65f3feb044
No known key found for this signature in database
GPG Key ID: EBD46BB3049B56D6

View File

@ -154,7 +154,6 @@ namespace osu.Game.Overlays.Profile.Header
Anchor = Anchor.TopLeft,
Origin = Anchor.TopLeft,
Size = new Vector2(0),
Position = new Vector2(10)
}
}
},