Browse Source

Had the airplane flying backwards...

QGC4.4
dogmaphobic 10 years ago
parent
commit
437d2c7372
  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