mirror of
https://github.com/osukey/osukey.git
synced 2025-06-03 20:07:18 +09: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
|
||||
{
|
||||
Anchor = Anchor.Centre,
|
||||
Origin = Anchor.Centre,
|
||||
Size = new Vector2(40, 20),
|
||||
Alpha = 0,
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user