Commit 337b2eeb authored by Lorenz Meier's avatar Lorenz Meier

Merge branch 'master' of github.com:mavlink/qgroundcontrol

parents 130bdf67 e263a0d8
...@@ -440,6 +440,8 @@ float HUD::refToScreenY(float y) ...@@ -440,6 +440,8 @@ float HUD::refToScreenY(float y)
*/ */
void HUD::paintCenterBackground(float roll, float pitch, float yaw) void HUD::paintCenterBackground(float roll, float pitch, float yaw)
{ {
Q_UNUSED(yaw);
// Center indicator is 100 mm wide // Center indicator is 100 mm wide
float referenceWidth = 70.0; float referenceWidth = 70.0;
float referenceHeight = 70.0; float referenceHeight = 70.0;
......
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