Updates contributed by Norman Vine.
This commit is contained in:
parent
0e7784eaf7
commit
65ea4e8bfc
1 changed files with 2 additions and 1 deletions
|
@ -1280,7 +1280,8 @@ int fgAPRun( void ) {
|
|||
}
|
||||
|
||||
controls.set_aileron( AileronSet );
|
||||
controls.set_rudder( 0.0 );
|
||||
controls.set_rudder( AileronSet / 2.0 );
|
||||
// controls.set_rudder( 0.0 );
|
||||
}
|
||||
|
||||
// altitude hold or terrain follow enabled?
|
||||
|
|
Loading…
Add table
Reference in a new issue