]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - r_sprites.c
eliminated calls to Matrix4x4_CreateIdentity (now copies from the already existing...
[xonotic/darkplaces.git] / r_sprites.c
index 70169e1258e32855c793f0865e61ba937f1a4f1e..af4bbfd2b63935e340a1d42183e71e01ac8d29e5 100644 (file)
@@ -73,7 +73,7 @@ void R_Model_Sprite_Draw_TransparentCallback(const entity_render_t *ent, int sur
                break;
        }
 
-       R_Mesh_Matrix(&r_identitymatrix);
+       R_Mesh_Matrix(&identitymatrix);
 
        if (!(ent->flags & RENDER_LIGHT))
                color[0] = color[1] = color[2] = 1;