From 2b27c7d483f9106b250db3be9210061ee7c66743 Mon Sep 17 00:00:00 2001 From: Jonathan Redpath Date: Fri, 29 Apr 2022 21:06:45 +0100 Subject: [PATCH] Synchronize the heading scale with the target scale --- Models/Instruments/PFD/PFD.nas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Models/Instruments/PFD/PFD.nas b/Models/Instruments/PFD/PFD.nas index e3e34f4c..e495db34 100644 --- a/Models/Instruments/PFD/PFD.nas +++ b/Models/Instruments/PFD/PFD.nas @@ -665,7 +665,7 @@ var canvas_pfd = { obj["HDG_digit_L"].setText(sprintf("%3.0f", val)); obj["HDG_digit_R"].setText(sprintf("%3.0f", val)); }), - props.UpdateManager.FromHashValue("hdgDiff", 0.1, func(val) { + props.UpdateManager.FromHashValue("hdgDiff", 0.025, func(val) { obj["HDG_target"].setTranslation((val / 10) * 98.5416, 0); }), props.UpdateManager.FromHashList(["hdgDiff","showHdg"], 0.01, func(val) {