Merge branch 'enhanced_viewport_overlay' into jgrpp

This commit is contained in:
Jonathan G Rennison
2017-04-15 16:16:42 +01:00

View File

@@ -1800,6 +1800,7 @@ static void ViewportMapDrawVehicleRoute(const ViewPort *vp)
// make sure we remove any leftover paths // make sure we remove any leftover paths
MarkRoutePathsDirty(_vp_route_paths); MarkRoutePathsDirty(_vp_route_paths);
_vp_route_paths.clear(); _vp_route_paths.clear();
_vp_route_paths_last_mark_dirty.clear();
DEBUG(misc, 1, "ViewportMapDrawVehicleRoute: redrawing dirty paths 0"); DEBUG(misc, 1, "ViewportMapDrawVehicleRoute: redrawing dirty paths 0");
} }
return; return;