1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 23:27:25 +08:00

fix CI error

This commit is contained in:
ANDY840119-PC\andy840119 2018-01-14 13:06:37 +09:00
parent 58bf611d17
commit 5ecfc3a57c

View File

@ -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,