Merge pull request #6191 from VPeruS/remove-unused-const

Remove unused CORNER_RADIUS
This commit is contained in:
Dan Balasescu
2019-09-21 00:33:56 +09:00
committed by GitHub

View File

@ -18,8 +18,6 @@ namespace osu.Game.Rulesets.Mania.Objects.Drawables
/// </summary>
public class DrawableNote : DrawableManiaHitObject<Note>, IKeyBindingHandler<ManiaAction>
{
public const float CORNER_RADIUS = NotePiece.NOTE_HEIGHT / 2;
private readonly NotePiece headPiece;
public DrawableNote(Note hitObject)