1
0
Fork 0
mirror of https://github.com/Oreolek/ink-instead.git synced 2024-06-26 03:50:45 +03:00

fix runtime for when knot is next

This commit is contained in:
premek 2017-01-13 20:36:12 +01:00
parent b2b6dd4d51
commit 0ef5f2227c
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
*.swp

View file

@ -45,7 +45,7 @@ return function (tree)
local next = tab[pointer]
if is('knot', next) then -- FIXME: we shouldn't continue to next knot automatically probably - how about stitches?
next = goToKnot(next)
next = goToKnot(next[2])
end
if is('divert', next) then next = goToKnot(next[2]) end