Merge pull request #48 from wiedehopf/track_history_fix
SkyView: Fix aircraft trail handling
This commit is contained in:
commit
e2761fc21d
2 changed files with 42 additions and 25 deletions
|
|
@ -444,7 +444,7 @@ function end_load_history() {
|
|||
console.log("Updating tracks at: " + now);
|
||||
for (var i = 0; i < PlanesOrdered.length; ++i) {
|
||||
var plane = PlanesOrdered[i];
|
||||
plane.updateTrack((now - last) + 1);
|
||||
plane.updateTrack(now, last);
|
||||
}
|
||||
|
||||
last = now;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue