Browse Source

Merge pull request #1474 from dogmaphobic/fixCompass

Had the airplane flying backwards...
QGC4.4
Lorenz Meier 10 years ago
parent
commit
9a14182108
  1. 2
      src/ui/qmlcommon/QGCCompassInstrument.qml

2
src/ui/qmlcommon/QGCCompassInstrument.qml

@ -54,7 +54,7 @@ QGCMovableItem { @@ -54,7 +54,7 @@ QGCMovableItem {
transform: Rotation {
origin.x: pointer.width / 2
origin.y: pointer.height / 2
angle: -heading
angle: heading
}
}
Image {

Loading…
Cancel
Save