Code cleanup.

This commit is contained in:
2022-11-28 14:20:49 +08:00
parent d16548e570
commit 358e654f51
2 changed files with 2 additions and 2 deletions

View File

@@ -225,7 +225,7 @@ namespace Cryville.Crtr {
_etor.ContextCascadeDiscard();
if (tv.Type == PdtInternalType.Null) _activeCounts[id.Source]--;
}
_judge.Cleanup(target, ft, tt);
_judge.Cleanup(target, tt);
_vecs[pid] = tv;
}
}