]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - gl_backend.c
no more m.transparent, transparent surfaces are sorted using MeshQueue now
[xonotic/darkplaces.git] / gl_backend.c
index 19b70cd16f0a9010bad79993ae448a33f9188a80..aa4679e561a793d7697bcdc79d51e9045e87d5f7 100644 (file)
@@ -868,9 +868,6 @@ int R_Mesh_Draw_GetBuffer(rmeshbufferinfo_t *m, int wantoverbright)
                return false;
        }
 
-       if (m->transparent)
-               Con_Printf("R_Mesh_Draw_GetBuffer: m.transparent is no longer supported\n");
-
        if (currentmesh)
        {
                R_Mesh_Render();