mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 12:57:36 +08:00
57723107dd
To correctly end a mania hold note, `endHold()` needs to be called. This was not happening in a very specific scenario: - The hold note's head is not hit - The user pressed the column's key within the hold note's tail's window, but does so to hit the next object (a note in proximity to the hold note's tail). - The hit policy forces a miss on the hold note, but `endHold()` is not called - `CheckForResult` is not called after this point due to `Judged` being `true`. Closes #21311. |
||
---|---|---|
.. | ||
Drawables | ||
BarLine.cs | ||
HeadNote.cs | ||
HoldNote.cs | ||
HoldNoteTick.cs | ||
ManiaHitObject.cs | ||
Note.cs | ||
TailNote.cs |