PathFinding.js
PathFinding.js copied to clipboard
Fix smoothing
When using Util.smoothenPath with an unwalkable node between points in the path, lastValidCoord was never defined, so this was failing.