Commit 1fe3db00 authored by dogmaphobic's avatar dogmaphobic

Forgot rotation...

parent e9bab76e
...@@ -72,7 +72,7 @@ Item { ...@@ -72,7 +72,7 @@ Item {
Rotation { Rotation {
origin.x: artificialHorizon.width / 2 origin.x: artificialHorizon.width / 2
origin.y: artificialHorizon.height / 2 origin.y: artificialHorizon.height / 2
angle: root.visible ? -rollAngle : 0 angle: -rollAngle
}] }]
} }
} }
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