Block fadeout on holdnote heads

This commit is contained in:
smoogipoo
2018-01-12 17:09:21 +09:00
parent 4b2d971b00
commit 03824eccc8

View File

@ -186,6 +186,11 @@ namespace osu.Game.Rulesets.Mania.Objects.Drawables
return true; return true;
} }
protected override void UpdateState(ArmedState state)
{
// The holdnote keeps scrolling through for now, so having the head disappear looks weird
}
} }
/// <summary> /// <summary>