fixed problem vh miss calculation
This commit is contained in:
parent
5f86e2f2cd
commit
422f23336d
@ -74,6 +74,7 @@ public final class VoiceHintProcessor {
|
|||||||
}
|
}
|
||||||
if (hintIdx == 0) {
|
if (hintIdx == 0) {
|
||||||
input.cmd = VoiceHint.END;
|
input.cmd = VoiceHint.END;
|
||||||
|
input.distanceToNext = input.goodWay.linkdist;
|
||||||
results.add(input);
|
results.add(input);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user