From e3c5ea8613ed1fe05f6e9bcbf6428a32bd1e83da Mon Sep 17 00:00:00 2001 From: lm Date: Mon, 12 Apr 2010 13:24:43 +0200 Subject: [PATCH] Removed strange HUD issues --- src/ui/HUD.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/HUD.cc b/src/ui/HUD.cc index 0427cb1..4227fb9 100644 --- a/src/ui/HUD.cc +++ b/src/ui/HUD.cc @@ -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;