diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2023-10-17 00:49:10 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-10-17 00:49:10 +0200 |
| commit | a27ac8b71720d5e6340f5182d13d5eea528f8423 (patch) | |
| tree | b9ff8066a94fae6b4dbd5f0786efc60b6a14c28f /src/path-search-dijkstra.cpp | |
| parent | 3e819f9bde8e156a2a7a17312a6f4a941021a19e (diff) | |
a
Diffstat (limited to 'src/path-search-dijkstra.cpp')
| -rw-r--r-- | src/path-search-dijkstra.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/path-search-dijkstra.cpp b/src/path-search-dijkstra.cpp index 32aaff43..79f94e9d 100644 --- a/src/path-search-dijkstra.cpp +++ b/src/path-search-dijkstra.cpp @@ -312,7 +312,7 @@ path_search_result astar::Dijkstra(world& w, const point from_, const point to_, dbg << "found len:" << nodes[goal_idx].dist; else { - dbg << "closest_dist px:" << closest_dist << " path:" << closest_path_len + dbg << "closest px:" << closest_dist << " path:" << closest_path_len << " pos:" << closest_pos; } dbg << " nodes:" << nodes.size(); |
