no message

This commit is contained in:
cholleme 2003-02-16 20:08:06 +00:00
parent d67c9c4006
commit 8229118af8

View file

@ -309,10 +309,9 @@ void DecalClipLeaf(decal_t *dec, mleaf_t *leaf)
float *v;
poly = (*surf)->polys;
v = (float *)(&globalVertexTable[poly->firstvertex]);
for (i=0 ; i<poly->numverts ; i++, v+= VERTEXSIZE)
for (i=0 ; i<poly->numverts ; i++)
{
v = (float *)(&globalVertexTable[poly->firstvertex+i]);
newVertex[i][0] = v[0];
newVertex[i][1] = v[1];
newVertex[i][2] = v[2];