From: havoc Date: Wed, 14 Oct 2009 09:13:35 +0000 (+0000) Subject: disable glLineWidth setting because it is producing gl errors on ATI X-Git-Tag: xonotic-v0.1.0preview~1300 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=8e20d9ccb7dc711b5cbc81adf03ca8461e9f4e6c;p=xonotic%2Fdarkplaces.git disable glLineWidth setting because it is producing gl errors on ATI git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9334 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/gl_draw.c b/gl_draw.c index 3fb3bf08..5f78a008 100644 --- a/gl_draw.c +++ b/gl_draw.c @@ -1368,7 +1368,7 @@ void DrawQ_Line (float width, float x1, float y1, float x2, float y2, float r, f R_SetupGenericShader(false); CHECKGLERROR - qglLineWidth(width);CHECKGLERROR + //qglLineWidth(width);CHECKGLERROR GL_Color(r,g,b,alpha); CHECKGLERROR