Fix incorrect miss flag on judge pass.
This commit is contained in:
@@ -44,7 +44,7 @@ namespace Cryville.Crtr {
|
||||
_targets = k.ToArray();
|
||||
}
|
||||
internal override JudgeActionResult Execute(IJudge judge, JudgeEvent ev, float time, PdtExpression exp, bool onMiss, int depth, int index) {
|
||||
return new JudgeActionResult { BreakExecution = judge.Pass(ev, time, _targets, depth) };
|
||||
return new JudgeActionResult { BreakExecution = judge.Pass(ev, time, _targets, onMiss, depth) };
|
||||
}
|
||||
}
|
||||
public class Score : JudgeAction {
|
||||
|
Reference in New Issue
Block a user