]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commitdiff
disable glLineWidth setting because it is producing gl errors on ATI
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 14 Oct 2009 09:13:35 +0000 (09:13 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 14 Oct 2009 09:13:35 +0000 (09:13 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9334 d7cf8633-e32d-0410-b094-e92efae38249

gl_draw.c

index 3fb3bf0887503bfbdb4a4927b0d0e38673e21108..5f78a0084afcbf9af2be1837b3c905a17fb05862 100644 (file)
--- 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