mirror of
https://github.com/osukey/osukey.git
synced 2025-05-21 21:47:31 +09: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)
|
if (Tail.AllJudged)
|
||||||
{
|
{
|
||||||
|
foreach (var tick in tickContainer)
|
||||||
|
{
|
||||||
|
if (!tick.Judged)
|
||||||
|
tick.MissForcefully();
|
||||||
|
}
|
||||||
|
|
||||||
ApplyResult(r => r.Type = r.Judgement.MaxResult);
|
ApplyResult(r => r.Type = r.Judgement.MaxResult);
|
||||||
endHold();
|
endHold();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user