Fix for the flaps problem.
This commit is contained in:
parent
86e5f091bc
commit
8b621f2b1e
1 changed files with 1 additions and 1 deletions
|
@ -518,7 +518,7 @@ bool FGJSBsim::copy_from_JSBsim() {
|
|||
left_aileron_pos_pct->setDoubleValue( FCS->GetDaLPos(ofNorm) );
|
||||
right_aileron_pos_pct->setDoubleValue( -1*FCS->GetDaLPos(ofNorm) );
|
||||
rudder_pos_pct->setDoubleValue( FCS->GetDrPos(ofNorm) );
|
||||
flap_pos_pct->setDoubleValue( FCS->GetDfPos(ofNorm) );
|
||||
flap_pos_pct->setDoubleValue( FCS->GetDfPos(ofRad) );
|
||||
|
||||
|
||||
return true;
|
||||
|
|
Loading…
Reference in a new issue