mirror of
https://github.com/ppy/osu.git
synced 2024-11-08 23:27:32 +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. |
||
---|---|---|
.. | ||
DrawableBarLine.cs | ||
DrawableHoldNote.cs | ||
DrawableHoldNoteHead.cs | ||
DrawableHoldNoteTail.cs | ||
DrawableHoldNoteTick.cs | ||
DrawableManiaHitObject.cs | ||
DrawableNote.cs |