Invoke fgInitNav() before fgInitPos().
This commit is contained in:
parent
22097a5272
commit
4b9060b064
1 changed files with 1 additions and 0 deletions
|
@ -1611,6 +1611,7 @@ static bool fgMainInit( int argc, char **argv ) {
|
|||
|
||||
// based on the requested presets, calculate the true starting
|
||||
// lon, lat
|
||||
fgInitNav();
|
||||
fgInitPosition();
|
||||
|
||||
SGTime *t = fgInitTime();
|
||||
|
|
Loading…
Add table
Reference in a new issue