Browse Source

Catched the last frickin compile warning

QGC4.4
Lorenz Meier 13 years ago
parent
commit
e263a0d86c
  1. 2
      src/ui/HUD.cc

2
src/ui/HUD.cc

@ -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)
{
Q_UNUSED(yaw);
// Center indicator is 100 mm wide
float referenceWidth = 70.0;
float referenceHeight = 70.0;

Loading…
Cancel
Save