fix typo
variable seems unused so typo had no effect fixes: https://github.com/wiedehopf/tar1090/issues/382
This commit is contained in:
@@ -354,7 +354,7 @@ PlaneObject.prototype.updateTrackPrev = function() {
|
||||
this.prev_time = this.position_time;
|
||||
this.prev_track = this.track;
|
||||
this.prev_rot = this.rotation;
|
||||
this.prev_true = this.true_head;
|
||||
this.prev_true = this.true_heading;
|
||||
this.prev_alt = this.altitude;
|
||||
this.prev_alt_rounded = this.alt_rounded;
|
||||
this.prev_alt_geom = this.alt_geom;
|
||||
|
||||
Reference in New Issue
Block a user