1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 01:27:29 +08:00

Appveyor Chan, Please

This commit is contained in:
ANDY840119-PC\andy840119 2017-12-28 23:55:06 +09:00
parent 9faa5fb199
commit 7b94a710e3
2 changed files with 2 additions and 3 deletions

View File

@ -49,12 +49,11 @@ namespace osu.Game.Rulesets.Mania.UI
private readonly Container<DrawableManiaJudgement> judgements;
private readonly Container topLevelContainer;
public Container TopLevelContainer => topLevelContainer;
private List<Color4> normalColumnColours = new List<Color4>();
private Color4 specialColumnColour;
public int ColumnCount { get; protected set; }
public readonly int ColumnCount;
public ManiaColumnGroup(int columnCount)
: base(Axes.Y)

View File

@ -21,7 +21,7 @@ namespace osu.Game.Rulesets.Mania.UI
/// <summary>
/// list mania column group
/// </summary>
private FillFlowContainer<ManiaColumnGroup> listColumnGroup;
private readonly FillFlowContainer<ManiaColumnGroup> listColumnGroup;
/// <summary>
/// Whether this playfield should be inverted. This flips everything inside the playfield.