diff --git a/src/ui/qmlcommon/QGCCompassInstrument.qml b/src/ui/qmlcommon/QGCCompassInstrument.qml index 0de0101..2b5528d 100644 --- a/src/ui/qmlcommon/QGCCompassInstrument.qml +++ b/src/ui/qmlcommon/QGCCompassInstrument.qml @@ -54,7 +54,7 @@ QGCMovableItem { transform: Rotation { origin.x: pointer.width / 2 origin.y: pointer.height / 2 - angle: -heading + angle: heading } } Image {