]> git.mxchange.org Git - flightgear.git/commitdiff
Corrected typo /position/altitude-deg to /position/altitude-ft.
authordavid <david>
Sat, 6 Apr 2002 23:45:24 +0000 (23:45 +0000)
committerdavid <david>
Sat, 6 Apr 2002 23:45:24 +0000 (23:45 +0000)
src/Main/viewer.cxx

index 749f650d1c0ea8557ef5f28483025a82166bb9d9..8ff56cb35108896c2af7fbfe4a1be88b47392970 100644 (file)
@@ -529,7 +529,7 @@ FGViewer::recalc ()
   // multiple FDM can be done.
   recalcPositionVectors(fgGetDouble("/position/longitude-deg"),
                         fgGetDouble("/position/latitude-deg"),
-                        fgGetDouble("/position/altitude-deg"));
+                        fgGetDouble("/position/altitude-ft"));