oops... forgot to remove something. Never mind.
This commit is contained in:
parent
e3f4325160
commit
21c2b4ebfc
|
@ -700,11 +700,6 @@ static void SetVertex()
|
||||||
poly.polyAttr = polyAttr;
|
poly.polyAttr = polyAttr;
|
||||||
poly.texParam = textureFormat;
|
poly.texParam = textureFormat;
|
||||||
poly.texPalette = texturePalette;
|
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++;
|
polylist->count++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue