Fix double progress

This commit is contained in:
Victor Shcherb 2018-05-29 23:27:26 +02:00
parent 91a2d484ce
commit 38b315113e

View file

@ -177,6 +177,7 @@ public class RoutePlannerFrontEnd {
if (routeDirection != null) {
ctx.precalculatedRouteDirection = routeDirection.adopt(ctx);
}
ctx.calculationProgress.iteration++;
List<RouteSegmentResult> res = runNativeRouting(ctx, recalculationEnd);
if (res != null) {
new RouteResultPreparation().printResults(ctx, start, end, res);