Skip to content

Commit

Permalink
fixed problem vh miss calculation
Browse files Browse the repository at this point in the history
  • Loading branch information
afischerdev committed Dec 9, 2024
1 parent 5f86e2f commit 422f233
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ public List<VoiceHint> process(List<VoiceHint> inputs) {
}
if (hintIdx == 0) {
input.cmd = VoiceHint.END;
input.distanceToNext = input.goodWay.linkdist;
results.add(input);
continue;
}
Expand Down

0 comments on commit 422f233

Please sign in to comment.