1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 00:02:56 +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<DrawableManiaJudgement> judgements;
private readonly Container topLevelContainer; private readonly Container topLevelContainer;
public Container TopLevelContainer => topLevelContainer;
private List<Color4> normalColumnColours = new List<Color4>(); private List<Color4> normalColumnColours = new List<Color4>();
private Color4 specialColumnColour; private Color4 specialColumnColour;
public int ColumnCount { get; protected set; } public readonly int ColumnCount;
public ManiaColumnGroup(int columnCount) public ManiaColumnGroup(int columnCount)
: base(Axes.Y) : base(Axes.Y)

View File

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