fix copy-paste typo in guidance lib

This commit is contained in:
Moritz Kobitzsch
2016-09-05 09:16:56 +02:00
parent b1b41435b6
commit be266c7c2b
2 changed files with 21 additions and 1 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ local function process_lanes(turn_lane,vehicle_lane,first_count,second_count)
if turn_lane and turn_lane ~= "" then
if vehicle_lane and vehicle_lane ~= "" then
turn_lane = applyAccessTokens(turn_lane,vehicle_lane)
elseif fw_count ~= 0 or bw_count ~= 0 then
elseif first_count ~= 0 or second_count ~= 0 then
turn_lane = trimLaneString(turn_lane, first_count, second_count)
end
end