From 437d2c73726cdfe4bb2b0ccd1776f1f7533de769 Mon Sep 17 00:00:00 2001 From: dogmaphobic Date: Fri, 17 Apr 2015 23:59:39 -0400 Subject: [PATCH] Had the airplane flying backwards... --- src/ui/qmlcommon/QGCCompassInstrument.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/qmlcommon/QGCCompassInstrument.qml b/src/ui/qmlcommon/QGCCompassInstrument.qml index 0de01011f..2b5528d12 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 { -- 2.22.0