mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
FlowDirection -> FillDirection
This commit is contained in:
@ -71,7 +71,7 @@ namespace osu.Game.Graphics.UserInterface
|
||||
stars = new FillFlowContainer<Star>
|
||||
{
|
||||
AutoSizeAxes = Axes.Both,
|
||||
Direction = FlowDirection.Right,
|
||||
Direction = FillDirection.Right,
|
||||
Spacing = new Vector2(star_spacing),
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user