oops... forgot to remove something. Never mind.

This commit is contained in:
luigi__ 2009-02-07 17:20:13 +00:00
parent e3f4325160
commit 21c2b4ebfc
1 changed files with 0 additions and 5 deletions

View File

@ -700,11 +700,6 @@ static void SetVertex()
poly.polyAttr = polyAttr;
poly.texParam = textureFormat;
poly.texPalette = texturePalette;
poly.averageDepth = getAverageDepth( vertlist->list[poly.vertIndexes[0]].coord,
vertlist->list[poly.vertIndexes[1]].coord,
vertlist->list[poly.vertIndexes[2]].coord,
vertlist->list[poly.vertIndexes[3]].coord,
poly.type);
polylist->count++;
}
}