Skip to content

Commit

Permalink
public.js.flight: include last visible flight vector in barogram
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasLohner committed Jul 18, 2012
1 parent 04332af commit eebda2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skylines/public/js/flight.js
Expand Up @@ -743,7 +743,7 @@ function updateBarogram(e) {
total_last.push(-1);
} else {
total_first.push(first);
total_last.push(last);
total_last.push(last + 1);
none_in_range = false;
}
}
Expand Down

0 comments on commit eebda2d

Please sign in to comment.