update
This commit is contained in:
@@ -345,9 +345,15 @@ namespace Ichni.RhythmGame
|
||||
|
||||
if (!isFirstJudged && GameManager.instance.songTime > exactJudgeTime + judgeIntervals.afterMiss)
|
||||
{
|
||||
Miss(exactJudgeTime + judgeIntervals.afterMiss);
|
||||
isFirstJudged = true;
|
||||
isFinalJudged = true;
|
||||
|
||||
foreach (EffectBase e in noteVisual.effectSubmodule.effectCollection["StartHold"])
|
||||
{
|
||||
e.Disrupt();
|
||||
}
|
||||
|
||||
Miss(exactJudgeTime + judgeIntervals.afterMiss);
|
||||
RemoveFromCheckingList();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user