Remove center origin specification to avoid single-frame layout issues

This commit is contained in:
Salman Ahmed 2022-09-09 19:42:58 +03:00
parent ae53e27e6c
commit 95062c2cc8

View File

@ -49,8 +49,6 @@ namespace osu.Game.Screens.Select.Carousel
InternalChild = updateable = new UpdateableRank InternalChild = updateable = new UpdateableRank
{ {
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
Size = new Vector2(40, 20), Size = new Vector2(40, 20),
Alpha = 0, Alpha = 0,
}; };