]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - gl_rmain.c
better check for 0 alpha (it now must be exactly 0.0f, not merely rounded off to...
[xonotic/darkplaces.git] / gl_rmain.c
index c834478f02d32aa6a0aba99b9270fc07f0b110d3..c6e6ce2e7222df2c40d5de7ea4ffba5999907478 100644 (file)
@@ -509,9 +509,6 @@ static void R_BlendView(void)
        rmeshinfo_t m;
        float tvxyz[3][4], r;
 
-       if (!r_render.integer)
-               return;
-
        if (r_refdef.viewblend[3] < 0.01f)
                return;