summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
Diffstat (limited to 'script')
-rw-r--r--script/vm/runner.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/vm/runner.lua b/script/vm/runner.lua
index 05dcbb7a..2e362871 100644
--- a/script/vm/runner.lua
+++ b/script/vm/runner.lua
@@ -246,7 +246,7 @@ function mt:_lookInto(action, topNode, outNode)
end
else
guide.eachSourceContain(action, top.finish, function(source)
- self:_lookInto(source, topNode)
+ self:_lookInto(source, topNode)
end)
end
::RETURN::