CI fixes.

This commit is contained in:
smoogipooo
2017-08-03 20:19:50 +09:30
parent 351d255355
commit ba31bfcdf1
6 changed files with 4 additions and 10 deletions

View File

@ -18,8 +18,7 @@ namespace osu.Game.Rulesets.Taiko.Objects.Drawables.Pieces
/// </summary>
public float Length;
public ElongatedCirclePiece(bool isStrong = false)
: base(isStrong)
public ElongatedCirclePiece()
{
RelativeSizeAxes = Axes.Y;
}