]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - r_crosshairs.c
changed to use C runtime library DLL instead of static linking it
[xonotic/darkplaces.git] / r_crosshairs.c
index 4a765927393be2f30134bc6223ea9ee425a3d34b..49b68a3b7b8ea0736e76e81c121884be7a2ac1ca 100644 (file)
@@ -172,6 +172,7 @@ void R_DrawCrosshairSprite(rtexture_t *texture, vec3_t origin, vec_t scale, floa
        m.numtriangles = 2;
        m.numverts = 4;
        m.tex[0] = R_GetTexture(texture);
+       Matrix4x4_CreateIdentity(&m.matrix);
        if (R_Mesh_Draw_GetBuffer(&m, false))
        {
                m.index[0] = 0;