Merge branch 'refs/heads/ExploreBothSidesEqually'

# Conflicts:
#	astar/Route.cs
This commit is contained in:
glax 2024-07-23 17:30:46 +02:00
commit 32422f96c6

View File

@ -27,7 +27,7 @@
{ {
return $"{string.Join("\n", Steps)}\n" + return $"{string.Join("\n", Steps)}\n" +
$"Distance: {Distance:000000.00}m\n" + $"Distance: {Distance:000000.00}m\n" +
$"Time: {Time:000000.00}"; $"Time: {Time:hh\\:m\\:ss}";
} }
} }