]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - gl_rmain.c
batching is gone.
[xonotic/darkplaces.git] / gl_rmain.c
index 226de362d8bcd9e07e3ee494e6431f2b20234a42..ad66314dfc837770525ae4a7e6c9711046df8ca7 100644 (file)
@@ -556,6 +556,7 @@ static void R_BlendView(void)
                m.vertex[8] = m.vertex[0] + vright[0] * r;
                m.vertex[9] = m.vertex[1] + vright[1] * r;
                m.vertex[10] = m.vertex[2] + vright[2] * r;
+               R_Mesh_Render();
        }
 }