don't overwrite rudder position with nose wheel position
This commit is contained in:
parent
2d23ccd650
commit
e69b633060
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ void FGProps2NetFDM( FGNetFDM *net, bool net_byte_order ) {
|
|||
net->left_aileron = node->getDoubleValue( "left-aileron-pos-norm" );
|
||||
net->right_aileron = node->getDoubleValue( "right-aileron-pos-norm" );
|
||||
net->rudder = node->getDoubleValue( "rudder-pos-norm" );
|
||||
net->rudder = node->getDoubleValue( "nose-wheel-pos-norm" );
|
||||
net->nose_wheel = node->getDoubleValue( "nose-wheel-pos-norm" );
|
||||
net->speedbrake = node->getDoubleValue( "speedbrake-pos-norm" );
|
||||
net->spoilers = node->getDoubleValue( "spoilers-pos-norm" );
|
||||
|
||||
|
|
Loading…
Reference in a new issue