]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - r_sprites.c
got rid of lots of unnecessary m.transparent = lines, as well as some depthdisable...
[xonotic/darkplaces.git] / r_sprites.c
index 40abceffb23b96ebe1bde3c2a4eb6908aa296d68..8277f21179050a378de811ac37c36a5c2115c6af 100644 (file)
@@ -82,8 +82,6 @@ static void R_DrawSpriteImage (int wantoverbright, int additive, mspriteframe_t
 {
        rmeshbufferinfo_t m;
        memset(&m, 0, sizeof(m));
-       // the mesh was sorted already, so don't transparent sort
-       m.transparent = false;
        m.blendfunc1 = GL_SRC_ALPHA;
        m.blendfunc2 = GL_ONE_MINUS_SRC_ALPHA;
        if (additive)