Updated a copy/paste error, where I did not update the paste.

This commit is contained in:
Brian Davenport 2013-05-22 00:48:16 -03:00
parent caf413cc01
commit b5424884ca

View file

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