]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - r_crosshairs.c
got rid of lots of unnecessary m.transparent = lines, as well as some depthdisable...
[xonotic/darkplaces.git] / r_crosshairs.c
index a4466ce3f1e309db707c5fde15296785979a0b73..4a765927393be2f30134bc6223ea9ee425a3d34b 100644 (file)
@@ -166,7 +166,6 @@ void R_DrawCrosshairSprite(rtexture_t *texture, vec3_t origin, vec_t scale, floa
        }
 
        memset(&m, 0, sizeof(m));
-       m.transparent = false;
        m.blendfunc1 = GL_SRC_ALPHA;
        m.blendfunc2 = GL_ONE;
        m.depthdisable = true;