1
0
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:
Bartłomiej Dach 2023-10-16 08:57:35 +02:00
parent db00b794a2
commit b9a84127ac
No known key found for this signature in database

View File

@ -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: