set path isMoveNear if we truncate it

This commit is contained in:
ceikry 2023-04-23 10:05:28 -05:00
parent f7b627d1ab
commit 2641fdbb68

View file

@ -241,6 +241,8 @@ internal constructor() : Pathfinder() {
path.points.add(Point(absX, absY))
}
path.setSuccesful(true)
if (end != dest)
path.isMoveNear = true
return path
}