mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Update References to FlowStrategies
References now use the Create*-names instead of the outdated Get*-names to create instances of FlowStrategies.
This commit is contained in:
@ -73,7 +73,7 @@ namespace osu.Game.Graphics.UserInterface
|
||||
stars = new FlowContainer<Star>
|
||||
{
|
||||
AutoSizeAxes = Axes.Both,
|
||||
FlowStrategy = FlowStrategies.GetHorizontalFlow(new Vector2(star_spacing)),
|
||||
FlowStrategy = FlowStrategies.CreateHorizontalFlow(new Vector2(star_spacing)),
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user