Updated a copy/paste error, where I did not update the paste.
This commit is contained in:
parent
caf413cc01
commit
b5424884ca
|
@ -145,7 +145,7 @@ planeObject = {
|
|||
changeLon = true;
|
||||
}
|
||||
if (oldalt != this.altitude) {
|
||||
changeLon = true;
|
||||
changeAlt = true;
|
||||
}
|
||||
if ((changeLat == true) || (changeLon == true) || (changeAlt == true)) {
|
||||
this.funcAddToTrack();
|
||||
|
|
Loading…
Reference in a new issue