PathFinding.js icon indicating copy to clipboard operation
PathFinding.js copied to clipboard

Fix smoothing

Open PersonThing opened this issue 3 years ago • 1 comments

When using Util.smoothenPath with an unwalkable node between points in the path, lastValidCoord was never defined, so this was failing.

PersonThing avatar Oct 13 '21 23:10 PersonThing