What's wrong with findPath?
-
I'm trying findPath for point 25,18 placed into walls and this method return not empty array, but findPath(100,100) return empty array. Both point are unavailable for moving, what is wrong?
-
Also I'm worried about moveTo method that does not return
ERR_NO_PATH
for the first case