]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - gl_rmain.c
fix bloom rendering bugs caused by lingering state from transparent
[xonotic/darkplaces.git] / gl_rmain.c
index 9499f16c8611554e532c5a09f40c1e1b87a71ede..002355ccdd64882000d45a1eb7f3841b7c37f014 100644 (file)
@@ -6380,6 +6380,8 @@ static void R_BlendView(int fbo, rtexture_t *depthtexture, rtexture_t *colortext
        unsigned int permutation;
        float uservecs[4][4];
 
+       R_EntityMatrix(&identitymatrix);
+
        switch (vid.renderpath)
        {
        case RENDERPATH_GL20: