1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-13 08:32:57 +08:00

comment not useful

This commit is contained in:
itsMapleLeaf 2023-01-24 22:24:21 -06:00
parent 9a053f114e
commit 5f037ac1e9

View File

@ -23,8 +23,6 @@ namespace osu.Game.Rulesets.Mania.Skinning.Argon
public ArgonHoldNoteTailPiece()
{
RelativeSizeAxes = Axes.X;
// multiply by two so that the hold body extends up to the height of the note head accent
Height = ArgonNotePiece.NOTE_HEIGHT * 2;
CornerRadius = ArgonNotePiece.CORNER_RADIUS;