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

@ -1,7 +1,6 @@
// Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System;
using OpenTK.Graphics;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
@ -15,7 +14,7 @@ namespace osu.Game.Rulesets.Mania.Objects.Drawables.Pieces
/// </summary>
internal class BodyPiece : Container, IHasAccentColour
{
private Box box;
private readonly Box box;
public BodyPiece()
{

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()
{