diff options
Diffstat (limited to 'script/vm')
-rw-r--r-- | script/vm/tracer.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/vm/tracer.lua b/script/vm/tracer.lua index 21a2619f..f03ab001 100644 --- a/script/vm/tracer.lua +++ b/script/vm/tracer.lua @@ -202,7 +202,7 @@ function mt:lookIntoChild(action, topNode, outNode) end end elseif action.type == 'function' then - self:lookIntoBlock(action, action.args.finish, topNode:copy()) + self:lookIntoBlock(action, action.bstart, topNode:copy()) elseif action.type == 'unary' then if not action[1] then goto RETURN |