summaryrefslogtreecommitdiff
path: root/script/vm/tracer.lua
diff options
context:
space:
mode:
Diffstat (limited to 'script/vm/tracer.lua')
-rw-r--r--script/vm/tracer.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/script/vm/tracer.lua b/script/vm/tracer.lua
index 7999eaaa..3f2380bd 100644
--- a/script/vm/tracer.lua
+++ b/script/vm/tracer.lua
@@ -595,6 +595,8 @@ local lookIntoChild = util.switch()
end
end
if not handler then
+ tracer:lookIntoChild(action[1], topNode)
+ tracer:lookIntoChild(action[2], topNode)
return topNode, outNode
end
if tracer.getMap[handler] then