mirror of
https://github.com/ppy/osu
synced 2025-01-18 20:10:49 +00:00
Merge pull request #28905 from mcendu/no-release-hold-light-fix
Fix hold note light lingering with No Release
This commit is contained in:
commit
6be9ce548d
@ -268,11 +268,14 @@ namespace osu.Game.Rulesets.Mania.Objects.Drawables
|
|||||||
ApplyMaxResult();
|
ApplyMaxResult();
|
||||||
else
|
else
|
||||||
MissForcefully();
|
MissForcefully();
|
||||||
}
|
|
||||||
|
|
||||||
// Make sure that the hold note is fully judged by giving the body a judgement.
|
// Make sure that the hold note is fully judged by giving the body a judgement.
|
||||||
if (Tail.AllJudged && !Body.AllJudged)
|
if (!Body.AllJudged)
|
||||||
Body.TriggerResult(Tail.IsHit);
|
Body.TriggerResult(Tail.IsHit);
|
||||||
|
|
||||||
|
// Important that this is always called when a result is applied.
|
||||||
|
endHold();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public override void MissForcefully()
|
public override void MissForcefully()
|
||||||
|
Loading…
Reference in New Issue
Block a user