Switch roll and yaw trim commands
This commit is contained in:
parent
503d2839cc
commit
679325b947
1 changed files with 4 additions and 4 deletions
|
@ -602,13 +602,13 @@ void FGFCS::bind(void)
|
|||
&FGFCS::SetPitchTrimCmd,
|
||||
true);
|
||||
PropertyManager->Tie("fcs/roll-trim-cmd-norm", this,
|
||||
&FGFCS::GetYawTrimCmd,
|
||||
&FGFCS::SetYawTrimCmd,
|
||||
true);
|
||||
PropertyManager->Tie("fcs/yaw-trim-cmd-norm", this,
|
||||
&FGFCS::GetRollTrimCmd,
|
||||
&FGFCS::SetRollTrimCmd,
|
||||
true);
|
||||
PropertyManager->Tie("fcs/yaw-trim-cmd-norm", this,
|
||||
&FGFCS::GetYawTrimCmd,
|
||||
&FGFCS::SetYawTrimCmd,
|
||||
true);
|
||||
PropertyManager->Tie("gear/gear-cmd-norm", this,
|
||||
&FGFCS::GetGearCmd,
|
||||
&FGFCS::SetGearCmd,
|
||||
|
|
Loading…
Reference in a new issue