1
0
Fork 0

JSBSim fix:

Corrected typo "flaps-pos-deg" to "flap-pos-deg".  JSBSim now reports
the normalized flap position to FlightGear, and the model animation
works again.
This commit is contained in:
david 2002-04-19 12:15:46 +00:00
parent 130902f788
commit 473ea84621

View file

@ -326,7 +326,7 @@ bool FGFCS::Load(FGConfigFile* AC_cfg)
ToNormalize[iDsb]=i;
} else if ( nodeName == "spoiler-pos-rad" ) {
ToNormalize[iDsp]=i;
} else if ( nodeName == "flaps-pos-deg" ) {
} else if ( nodeName == "flap-pos-deg" ) {
ToNormalize[iDf]=i;
}
}