CI fixes.

This commit is contained in:
smoogipooo
2017-05-11 13:11:36 +09:00
parent 94585672b6
commit cdf827df8e
6 changed files with 9 additions and 22 deletions

View File

@ -18,7 +18,7 @@ namespace osu.Game.Rulesets.Mania.Objects.Drawables.Pieces
private const float head_height = 10;
private const float head_colour_height = 6;
private Box colouredBox;
private readonly Box colouredBox;
public NotePiece()
{