]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - gl_rmain.c
rcon server: add an explicit check against empty password, instead of assuming the...
[xonotic/darkplaces.git] / gl_rmain.c
index 8bf14a8afd42673e1fa13b42bc2deb6f3dcad96b..92e0d76c4e8fab5350a0d5eb77815dac2ad8f003 100644 (file)
@@ -6625,6 +6625,7 @@ static void R_Bloom_MakeTexture(void)
        r_fb.bloomindex = 0;
        R_Mesh_SetRenderTargets(r_fb.bloomfbo[r_fb.bloomindex], NULL, r_fb.bloomtexture[r_fb.bloomindex], NULL, NULL, NULL);
        R_SetViewport(&r_fb.bloomviewport);
+       GL_CullFace(GL_NONE);
        GL_DepthTest(false);
        GL_BlendFunc(GL_ONE, GL_ZERO);
        GL_Color(colorscale, colorscale, colorscale, 1);