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:
parent
130902f788
commit
473ea84621
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue