Another fix from Maik
This commit is contained in:
parent
77ecc04676
commit
7c445ccb73
1 changed files with 1 additions and 1 deletions
|
@ -1409,7 +1409,7 @@ int Rotorgear::getValueforFGSet(int j,char *text,float *f)
|
|||
{
|
||||
if (j==0)
|
||||
{
|
||||
sprintf(text,"/rotors/gear/total_torque");
|
||||
sprintf(text,"/rotors/gear/total-torque");
|
||||
*f=_total_torque_on_engine;
|
||||
} else return 0;
|
||||
return j+1;
|
||||
|
|
Loading…
Reference in a new issue