Merge branch '3D' into 3D-flightdeck
This commit is contained in:
commit
18d4988df0
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ var PNEU = {
|
||||||
me.Switch.bleed1.setBoolValue(1);
|
me.Switch.bleed1.setBoolValue(1);
|
||||||
me.Switch.bleed2.setBoolValue(1);
|
me.Switch.bleed2.setBoolValue(1);
|
||||||
me.Switch.blower.setBoolValue(0);
|
me.Switch.blower.setBoolValue(0);
|
||||||
me.Switch.cabinFans.setBoolValue(0);
|
me.Switch.cabinFans.setBoolValue(1);
|
||||||
me.Switch.extract.setBoolValue(0);
|
me.Switch.extract.setBoolValue(0);
|
||||||
me.Switch.groundAir.setBoolValue(0);
|
me.Switch.groundAir.setBoolValue(0);
|
||||||
me.Switch.hotAir.setBoolValue(1);
|
me.Switch.hotAir.setBoolValue(1);
|
||||||
|
|
Loading…
Reference in a new issue