mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 21:52:55 +08:00
Add clarification comment
This commit is contained in:
parent
e88920442c
commit
21f29e28e2
@ -119,6 +119,7 @@ namespace osu.Game.Rulesets.Mania.Skinning
|
||||
|
||||
private void applyCustomUpdateState(DrawableHitObject hitObject, ArmedState state)
|
||||
{
|
||||
// ensure that the hold note is also faded out when the head/tail/any tick is missed.
|
||||
if (state == ArmedState.Miss)
|
||||
missFadeTime.Value ??= hitObject.HitStateUpdateTime;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user