Formatting
This commit is contained in:
parent
30799c7de0
commit
5479c1d4f1
1 changed files with 1 additions and 1 deletions
|
@ -452,7 +452,7 @@ controls.elevatorTrim = func(d) {
|
|||
if (systems.HYD.Psi.green.getValue() >= 1500) {
|
||||
slewProp("/controls/flight/elevator-trim", d * 0.0185); # Rate in JSB normalized (0.125 / 13.5)
|
||||
} else {
|
||||
slewProp("/controls/flight/elevator-trim", d * 0.0092) # Rate in JSB normalized (0.125 / 13.5)
|
||||
slewProp("/controls/flight/elevator-trim", d * 0.0092) # Rate in JSB normalized (0.125 / 13.5)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue