Code cleanup.

This commit is contained in:
2022-11-06 14:25:02 +08:00
parent f33560daba
commit 71a33c0b43
2 changed files with 2 additions and 2 deletions

View File

@@ -128,8 +128,8 @@ namespace Cryville.Crtr {
var def = _ruleset.inputs[target];
if (def.pass != null) {
foreach (var p in def.pass) {
_arbop.Name = _var_value;
_etor.ContextCascadeInsert();
_arbop.Name = _var_value;
_etor.Evaluate(_arbop, p.Value);
OnInput(id, p.Key);
_etor.ContextCascadeDiscard();