1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 13:37:25 +08:00

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;
}
protected override void UpdateState(ArmedState state)
{
// The holdnote keeps scrolling through for now, so having the head disappear looks weird
}
}
/// <summary>