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:
parent
4b2d971b00
commit
03824eccc8
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user