Ensure that initial engine settings are copied over.
This commit is contained in:
parent
55387fd7ea
commit
a0ec3ccc43
1 changed files with 1 additions and 0 deletions
|
@ -172,6 +172,7 @@ void FGJSBsim::init() {
|
|||
// Explicitly call the superclass's
|
||||
// init method first.
|
||||
common_init();
|
||||
copy_to_JSBsim();
|
||||
|
||||
fdmex->GetState()->Initialize(fgic);
|
||||
fdmex->RunIC(fgic); //loop JSBSim once w/o integrating
|
||||
|
|
Loading…
Reference in a new issue