Increase the max polygon size to 32

This commit is contained in:
Luke Benstead 2019-03-10 16:10:59 +00:00
parent 3e54b0298e
commit 25bd3aedc8

View File

@ -756,7 +756,7 @@ static void genArraysTriangleStrip(
output[count - 1].flags = PVR_CMD_VERTEX_EOL;
}
#define MAX_POLYGON_SIZE 10
#define MAX_POLYGON_SIZE 32
static void genArraysTriangleFan(
ClipVertex* output,