mirror of
https://github.com/ppy/osu
synced 2025-01-10 08:09:40 +00:00
Remove center origin specification to avoid single-frame layout issues
This commit is contained in:
parent
ae53e27e6c
commit
95062c2cc8
@ -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,
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user