Corrected typo /position/altitude-deg to /position/altitude-ft.
This commit is contained in:
parent
a1294ea398
commit
e2e6b19ddf
1 changed files with 1 additions and 1 deletions
|
@ -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"));
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue