From 968fbd82e0f70012b04222b1400f65f6f2285bb7 Mon Sep 17 00:00:00 2001 From: James Turner Date: Fri, 3 Apr 2020 09:57:13 +0100 Subject: [PATCH] Fix typo breaking mag-compass and others --- src/Main/fg_props.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Main/fg_props.cxx b/src/Main/fg_props.cxx index 2ff4ef597..d0e2bead6 100644 --- a/src/Main/fg_props.cxx +++ b/src/Main/fg_props.cxx @@ -420,7 +420,7 @@ FGProperties::bind () _headingMagnetic = fgGetNode("/orientation/heading-magnetic-deg", true); _trackMagnetic = fgGetNode("/orientation/track-magnetic-deg", true); _magVar = fgGetNode("/environment/magnetic-variation-deg", true); - _trueHeading = fgGetNode("/orientatino/heading-deg", true); + _trueHeading = fgGetNode("/orientation/heading-deg", true); _trueTrack = fgGetNode("/orientation/track-deg", true); }