MatejSloboda / Dijkstra_map_for_Godot

MIT License
77 stars 13 forks source link

Fix a bug in the computation of the DijkstraMap #79

Closed arnaudgolfouse closed 3 years ago

arnaudgolfouse commented 3 years ago

Revert a very small part of be61708c7d6289cbecd89407ac8c47c361020e2b. The bug originated in a change in the Ord implementation of QueuePriority, and completely broke the cost/direction maps.