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