1
0
Fork 0

Corrected typo /position/altitude-deg to /position/altitude-ft.

This commit is contained in:
david 2002-04-06 23:45:24 +00:00
parent a1294ea398
commit e2e6b19ddf

View 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"));