Rename ScrollingCirclePiece -> ScrollingPiece.

This commit is contained in:
smoogipooo
2017-03-24 15:44:43 +09:00
parent eea24b2d82
commit 95183279f3
4 changed files with 5 additions and 5 deletions

View File

@ -21,7 +21,7 @@ namespace osu.Game.Modes.Taiko.Objects.Drawable.Pieces
/// Hitobjects that have a length need only to set Width and the extra corner radius will be added internally.
/// </para>
/// </summary>
public abstract class CirclePiece : ScrollingCirclePiece
public abstract class CirclePiece : ScrollingPiece
{
/// <summary>
/// The colour of the inner circle and outer glows.