mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Remove center origin specification to avoid single-frame layout issues
This commit is contained in:
@ -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,
|
||||
};
|
||||
|
Reference in New Issue
Block a user