fixed problem vh miss calculation
This commit is contained in:
parent
5f86e2f2cd
commit
422f23336d
1 changed files with 1 additions and 0 deletions
|
|
@ -74,6 +74,7 @@ public final class VoiceHintProcessor {
|
|||
}
|
||||
if (hintIdx == 0) {
|
||||
input.cmd = VoiceHint.END;
|
||||
input.distanceToNext = input.goodWay.linkdist;
|
||||
results.add(input);
|
||||
continue;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue