Commit 9a141821 authored by Lorenz Meier's avatar Lorenz Meier

Merge pull request #1474 from dogmaphobic/fixCompass

Had the airplane flying backwards...
parents 18b23af7 437d2c73
...@@ -54,7 +54,7 @@ QGCMovableItem { ...@@ -54,7 +54,7 @@ QGCMovableItem {
transform: Rotation { transform: Rotation {
origin.x: pointer.width / 2 origin.x: pointer.width / 2
origin.y: pointer.height / 2 origin.y: pointer.height / 2
angle: -heading angle: heading
} }
} }
Image { Image {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment