Phi: map widget a/c orientation uses true heading
This commit is contained in:
parent
ccd44aa76c
commit
b34cba75e5
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ define(
|
|||
});
|
||||
|
||||
self.heading = ko.observable(0).extend({
|
||||
fgprop : 'heading'
|
||||
fgprop : 'true-heading'
|
||||
});
|
||||
|
||||
self.position = ko.computed(function() {
|
||||
|
|
Loading…
Reference in a new issue