backport from JSBSim/cvs: apply prop sense only once (OK'ed by JSB)
This commit is contained in:
parent
1d44e93c73
commit
32dfdaea61
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ double FGPropeller::Calculate(double PowerAvailable)
|
|||
|
||||
if (RPM < 1.0) RPM = 0; // Engine friction stops rotation arbitrarily at 1 RPM.
|
||||
|
||||
vMn = fdmex->GetPropagate()->GetPQR()*vH + vTorque*Sense;
|
||||
vMn = fdmex->GetPropagate()->GetPQR()*vH + vTorque;
|
||||
|
||||
return Thrust; // return thrust in pounds
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue