1
0
Fork 0

Fix typo breaking mag-compass and others

This commit is contained in:
James Turner 2020-04-03 09:57:13 +01:00
parent f24b886ce4
commit 968fbd82e0

View file

@ -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);
}