Merge pull request #3864 from jaborsh/patch-3

xyzgrid: Return Dijkstra solution
This commit is contained in:
Griatch 2026-02-15 17:48:12 +01:00 committed by GitHub
commit 45c350ffa0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -624,6 +624,7 @@ class XYMap:
# we can re-use the stored data!
self.dist_matrix = dist_matrix
self.pathfinding_routes = pathfinding_routes
return
# build a matrix representing the map graph, with 0s as impassable areas