mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 09:43:10 +08:00
fix CI error
This commit is contained in:
parent
58bf611d17
commit
5ecfc3a57c
@ -46,8 +46,6 @@ namespace osu.Game.Rulesets.Mania.UI
|
|||||||
|
|
||||||
public List<Column> Columns => stages.SelectMany(x => x.Columns).ToList();
|
public List<Column> Columns => stages.SelectMany(x => x.Columns).ToList();
|
||||||
|
|
||||||
private readonly int columnCount;
|
|
||||||
|
|
||||||
public ManiaPlayfield(List<StageDefinition> stageDefinition)
|
public ManiaPlayfield(List<StageDefinition> stageDefinition)
|
||||||
: base(ScrollingDirection.Up)
|
: base(ScrollingDirection.Up)
|
||||||
{
|
{
|
||||||
@ -63,7 +61,7 @@ namespace osu.Game.Rulesets.Mania.UI
|
|||||||
|
|
||||||
InternalChildren = new Drawable[]
|
InternalChildren = new Drawable[]
|
||||||
{
|
{
|
||||||
this.stages = new FillFlowContainer<ManiaStage>
|
stages = new FillFlowContainer<ManiaStage>
|
||||||
{
|
{
|
||||||
Name = "Stages",
|
Name = "Stages",
|
||||||
Direction = FillDirection.Horizontal,
|
Direction = FillDirection.Horizontal,
|
||||||
|
Loading…
Reference in New Issue
Block a user