mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +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;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
protected override void UpdateState(ArmedState state)
|
||||||
|
{
|
||||||
|
// The holdnote keeps scrolling through for now, so having the head disappear looks weird
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
Reference in New Issue
Block a user