uups-fix
This commit is contained in:
parent
7310a500c6
commit
7a268632d0
1 changed files with 1 additions and 1 deletions
|
@ -269,7 +269,7 @@ final class OsmPath implements OsmLinkHolder
|
|||
float classifierDiff = newClassifier - lastClassifier;
|
||||
if ( classifierDiff > 0.0005 || classifierDiff < -0.0005 )
|
||||
{
|
||||
lastClassifier = classifierDiff;
|
||||
lastClassifier = newClassifier;
|
||||
float initialcost = rc.expctxWay.getInitialcost();
|
||||
int iicost = (int)initialcost;
|
||||
msgData.linkinitcost += iicost;
|
||||
|
|
Loading…
Reference in a new issue