Mixture is on channel 6.
This commit is contained in:
parent
c1417a0268
commit
d150450b06
1 changed files with 1 additions and 1 deletions
|
@ -583,7 +583,7 @@ bool FGATC610x::do_analog_in() {
|
|||
|
||||
// mixture
|
||||
tmp = scale( mixture_min->getIntValue(), mixture_max->getIntValue(),
|
||||
analog_in_data[7] );
|
||||
analog_in_data[6] );
|
||||
fgSetFloat( "/controls/mixture[0]", tmp );
|
||||
fgSetFloat( "/controls/mixture[1]", tmp );
|
||||
|
||||
|
|
Loading…
Reference in a new issue