]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_particles.c
memheaders are now doubly linked, so Mem_Free goes faster than it used to
[xonotic/darkplaces.git] / cl_particles.c
index 20bb95de09cabc38a7a4d90733f0a444a1c5efab..962f9cfa58ea44d6e5517b887dc22ff167dae2f0 100644 (file)
@@ -1202,7 +1202,7 @@ void R_DrawParticleCallback(const void *calldata1, int calldata2)
        else
                m.blendfunc2 = GL_ONE_MINUS_SRC_ALPHA;
        m.tex[0] = R_GetTexture(particlefonttexture);
-       Matrix4x4_CreateIdentity(&m.matrix);
+       R_Mesh_Matrix(&r_identitymatrix);
        R_Mesh_State(&m);
 
        varray_element[0] = 0;