1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 12:33:01 +08:00

Add comment to fade override of holdnote tail

This commit is contained in:
smoogipoo 2018-01-12 17:09:34 +09:00
parent 03824eccc8
commit cae93a1d1f

View File

@ -238,6 +238,7 @@ namespace osu.Game.Rulesets.Mania.Objects.Drawables
protected override void UpdateState(ArmedState state) protected override void UpdateState(ArmedState state)
{ {
// The holdnote keeps scrolling through, so having the tail disappear looks weird
} }
public override bool OnPressed(ManiaAction action) => false; // Tail doesn't handle key down public override bool OnPressed(ManiaAction action) => false; // Tail doesn't handle key down