Merge branch 'enhanced_viewport_overlay-sx' into jgrpp

This commit is contained in:
Jonathan G Rennison
2015-11-20 23:58:03 +00:00

View File

@@ -1754,6 +1754,7 @@ static void ViewportMapDrawVehicleRoute(const ViewPort *vp)
if (_vp_route_paths_last_mark_dirty != drawn_paths) { if (_vp_route_paths_last_mark_dirty != drawn_paths) {
// make sure we're not drawing a partial path // make sure we're not drawing a partial path
MarkRoutePathsDirty(drawn_paths); MarkRoutePathsDirty(drawn_paths);
_vp_route_paths_last_mark_dirty = drawn_paths;
DEBUG(misc, 1, "ViewportMapDrawVehicleRoute: redrawing dirty paths 3"); DEBUG(misc, 1, "ViewportMapDrawVehicleRoute: redrawing dirty paths 3");
} }