Browse Source

Removed strange HUD issues

QGC4.4
lm 15 years ago
parent
commit
e3c5ea8613
  1. 2
      src/ui/HUD.cc

2
src/ui/HUD.cc

@ -449,7 +449,7 @@ void HUD::paintText(QString text, QColor color, float fontSize, float refX, floa @@ -449,7 +449,7 @@ void HUD::paintText(QString text, QColor color, float fontSize, float refX, floa
void HUD::initializeGL()
{
glEnable(GL_MULTISAMPLE);
//glEnable(GL_MULTISAMPLE);
bool antialiasing = true;

Loading…
Cancel
Save