]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_shared.c
redesigned how the renderer handles much of it's state (R_Mesh_State turned into...
[xonotic/darkplaces.git] / model_shared.c
index 5703e61102900c0dbd38736c47fa7639d5fa8217..d882c023404c45472af23175334dee779b17ca5b 100644 (file)
@@ -676,7 +676,7 @@ void Mod_ShadowMesh_AddPolygon(mempool_t *mempool, shadowmesh_t *mesh, int numve
        */
 }
 
-void Mod_ShadowMesh_AddMesh(mempool_t *mempool, shadowmesh_t *mesh, int numverts, float *verts, int numtris, int *elements)
+void Mod_ShadowMesh_AddMesh(mempool_t *mempool, shadowmesh_t *mesh, float *verts, int numtris, int *elements)
 {
        int i;
        for (i = 0;i < numtris;i++, elements += 3)