Compare commits

...

2 Commits

Author SHA1 Message Date
32422f96c6 Merge branch 'refs/heads/ExploreBothSidesEqually'
# Conflicts:
#	astar/Route.cs
2024-07-23 17:30:46 +02:00
692fb93a94 Working State 2024-07-23 17:30:20 +02:00

View File

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