mirror of
https://github.com/ppy/osu.git
synced 2025-01-26 16:53:20 +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();
|
||||
|
||||
private readonly int columnCount;
|
||||
|
||||
public ManiaPlayfield(List<StageDefinition> stageDefinition)
|
||||
: base(ScrollingDirection.Up)
|
||||
{
|
||||
@ -63,7 +61,7 @@ namespace osu.Game.Rulesets.Mania.UI
|
||||
|
||||
InternalChildren = new Drawable[]
|
||||
{
|
||||
this.stages = new FillFlowContainer<ManiaStage>
|
||||
stages = new FillFlowContainer<ManiaStage>
|
||||
{
|
||||
Name = "Stages",
|
||||
Direction = FillDirection.Horizontal,
|
||||
|
Loading…
Reference in New Issue
Block a user