1
0
Fork 0

Fix for flaps problem.

This commit is contained in:
tony 2002-03-23 00:27:16 +00:00
parent da621105a0
commit 464c060171

View file

@ -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(ofRad) );
flap_pos_pct->setDoubleValue( FCS->GetDfPos(ofNorm) );
return true;