A3XX: Reset FMGC fix --> disable laggy

This commit is contained in:
Joshua Davidson 2017-11-08 16:12:12 -05:00
parent 071c97353d
commit 9e92109208
3 changed files with 4 additions and 4 deletions

View file

@ -5880,7 +5880,7 @@
</emission>
</animation>
<effect>
<!--effect>
<inherits-from>Models/Effects/IDG-A32X-interior</inherits-from>
<object-name>fcu_panel</object-name>
<object-name>main_panel</object-name>
@ -5913,6 +5913,6 @@
<object-name>efis_box_2</object-name>
<object-name>efis_box_3</object-name>
<object-name>efis_box_4</object-name>
</effect>
</effect--><!-- Makes lag -->
</PropertyList>

View file

@ -265,7 +265,7 @@ var phasecheck = maketimer(0.2, func {
setprop("/it-autoflight/input/toga", 1);
}
if (wowl and wowr and gs < 20 and (phase == "2" or phase == "3" or phase == "4" or phase == "5" or phase == "6") and ap1 == 0 and ap2 == 0) {
if (wowl and wowr and gs <= 40 and (phase == "2" or phase == "3" or phase == "4" or phase == "5" or phase == "6") and ap1 == 0 and ap2 == 0) {
reset_FMGC();
}

View file

@ -1 +1 @@
3056
3057