From 9e92109208c5411dd87b9d4bc64558c765018a91 Mon Sep 17 00:00:00 2001 From: Joshua Davidson Date: Wed, 8 Nov 2017 16:12:12 -0500 Subject: [PATCH] A3XX: Reset FMGC fix --> disable laggy --- Models/FlightDeck/a320.flightdeck.xml | 4 ++-- Nasal/FMGC.nas | 2 +- revision.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Models/FlightDeck/a320.flightdeck.xml b/Models/FlightDeck/a320.flightdeck.xml index 153a3f8b..72140391 100644 --- a/Models/FlightDeck/a320.flightdeck.xml +++ b/Models/FlightDeck/a320.flightdeck.xml @@ -5880,7 +5880,7 @@ - + diff --git a/Nasal/FMGC.nas b/Nasal/FMGC.nas index e53ba0f0..edbe105c 100644 --- a/Nasal/FMGC.nas +++ b/Nasal/FMGC.nas @@ -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(); } diff --git a/revision.txt b/revision.txt index 1d13a8cd..30f56d0f 100644 --- a/revision.txt +++ b/revision.txt @@ -1 +1 @@ -3056 \ No newline at end of file +3057 \ No newline at end of file