progress with fixing path finding

This commit is contained in:
2025-01-21 00:19:38 +00:00
parent 8498fab1dc
commit f948d060ea
2 changed files with 5 additions and 5 deletions

View File

@@ -52,7 +52,6 @@ struct
else
let
val {itemID, ...} = Vector.sub (elements, pos)
val _ = print ("foldVec itemID: " ^ Int.toString itemID ^ "\n")
val state = Fn.fState (state, env, itemID)
in
foldVec (iX, iY, iW, iH, pos + 1, elements, state, env)