Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
3dbc1d5aa9
1 changed files with 1 additions and 1 deletions
|
@ -741,7 +741,7 @@ public class RoutingHelper {
|
|||
// }
|
||||
|
||||
public synchronized String getCurrentName(TurnType[] next){
|
||||
NextDirectionInfo n = getNextRouteDirectionInfo(new NextDirectionInfo(), false);
|
||||
NextDirectionInfo n = getNextRouteDirectionInfo(new NextDirectionInfo(), true);
|
||||
Location l = lastFixedLocation;
|
||||
float speed = 0;
|
||||
if(l != null && l.hasSpeed()) {
|
||||
|
|
Loading…
Reference in a new issue