FG1000: Fix slip/skid indicator
Was showing the wrong direction and insufficiently sensitive. Thanks to dany for the fix.
This commit is contained in:
parent
b5d6a5b8ed
commit
e7ae33b323
1 changed files with 1 additions and 1 deletions
|
@ -347,7 +347,7 @@ var PFDInstruments =
|
|||
me.getElement("bankPointer")
|
||||
.setRotation(-roll * D2R);
|
||||
me.getElement("SlipSkid")
|
||||
.setTranslation(slip * 10, 0);
|
||||
.setTranslation(-20 * slip, 0);
|
||||
},
|
||||
|
||||
updateFD : func(enabled, pitch, roll, fd_pitch, fd_roll) {
|
||||
|
|
Loading…
Add table
Reference in a new issue