1
0
Fork 0

Phi: map widget a/c orientation uses true heading

This commit is contained in:
Torsten Dreyer 2015-02-27 16:29:26 +01:00
parent ccd44aa76c
commit b34cba75e5

View file

@ -167,7 +167,7 @@ define(
});
self.heading = ko.observable(0).extend({
fgprop : 'heading'
fgprop : 'true-heading'
});
self.position = ko.computed(function() {