fix build
This commit is contained in:
parent
1296741b26
commit
e1566920b4
1 changed files with 1 additions and 1 deletions
|
@ -896,7 +896,7 @@ public class RouteResultPreparation {
|
|||
rs.keepRight = true;
|
||||
rs.leftLanes += lanes;
|
||||
}
|
||||
rs.speak = rs.speak || (rsSpeakPriority <= speakPriority));
|
||||
rs.speak = rs.speak || (rsSpeakPriority <= speakPriority);
|
||||
//if (rs.keepLeft && rs.keepRight) it probably means you have no action here to be announced here
|
||||
if (rs.keepLeft && rs.keepRight) {
|
||||
rs.speak = false;
|
||||
|
|
Loading…
Reference in a new issue