summaryrefslogtreecommitdiff
path: root/source/gl_tess.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/gl_tess.c')
-rw-r--r--source/gl_tess.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/gl_tess.c b/source/gl_tess.c
index a513337..fc2bce7 100644
--- a/source/gl_tess.c
+++ b/source/gl_tess.c
@@ -201,7 +201,7 @@ void GL_DrawBeams( void ) {
GL_BindTexture( r_beamtexture->texnum );
GL_TexEnv( GL_MODULATE );
- GL_Bits( GLS_BLEND_ADD | GLS_DEPTHMASK_FALSE );
+ GL_Bits( GLS_BLEND_BLEND | GLS_DEPTHMASK_FALSE );
qglEnableClientState( GL_COLOR_ARRAY );
qglColorPointer( 4, GL_UNSIGNED_BYTE, 0, tess.colors );
qglTexCoordPointer( 2, GL_FLOAT, 20, tess.vertices + 3 );