variable seems unused so typo had no effect

fixes: https://github.com/wiedehopf/tar1090/issues/382
This commit is contained in:
Matthias Wirth
2025-08-12 04:00:00 +00:00
parent 6f1a392e93
commit 10c60f0a75

View File

@@ -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;