mirror of
https://github.com/ppy/osu
synced 2025-01-02 20:32:10 +00:00
Miss all ticks when hold note is hit
This commit is contained in:
parent
f78d628878
commit
43e48406ca
@ -233,6 +233,12 @@ namespace osu.Game.Rulesets.Mania.Objects.Drawables
|
||||
{
|
||||
if (Tail.AllJudged)
|
||||
{
|
||||
foreach (var tick in tickContainer)
|
||||
{
|
||||
if (!tick.Judged)
|
||||
tick.MissForcefully();
|
||||
}
|
||||
|
||||
ApplyResult(r => r.Type = r.Judgement.MaxResult);
|
||||
endHold();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user