mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Block fadeout on holdnote heads
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user