mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 11:28:00 +08:00
Remove mention of "any tick"
They're very dead now.
This commit is contained in:
parent
db00b794a2
commit
b9a84127ac
@ -125,7 +125,7 @@ namespace osu.Game.Rulesets.Mania.Skinning.Legacy
|
|||||||
{
|
{
|
||||||
switch (hitObject)
|
switch (hitObject)
|
||||||
{
|
{
|
||||||
// Ensure that the hold note is also faded out when the head/tail/any tick is missed.
|
// Ensure that the hold note is also faded out when the head/tail/body is missed.
|
||||||
// Importantly, we filter out unrelated objects like DrawableNotePerfectBonus.
|
// Importantly, we filter out unrelated objects like DrawableNotePerfectBonus.
|
||||||
case DrawableHoldNoteTail:
|
case DrawableHoldNoteTail:
|
||||||
case DrawableHoldNoteHead:
|
case DrawableHoldNoteHead:
|
||||||
|
Loading…
Reference in New Issue
Block a user