Commit e9bab76e authored by dogmaphobic's avatar dogmaphobic

Fix artificial horizon (it was stuck)

parent b051e8b8
......@@ -67,7 +67,7 @@ Item {
}
transform: [
Translate {
y: root.visible ? pitchAngle * 4 : 0
y: pitchAngle * 4
},
Rotation {
origin.x: artificialHorizon.width / 2
......
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