Increase the max polygon size to 32
This commit is contained in:
parent
3e54b0298e
commit
25bd3aedc8
|
@ -756,7 +756,7 @@ static void genArraysTriangleStrip(
|
||||||
output[count - 1].flags = PVR_CMD_VERTEX_EOL;
|
output[count - 1].flags = PVR_CMD_VERTEX_EOL;
|
||||||
}
|
}
|
||||||
|
|
||||||
#define MAX_POLYGON_SIZE 10
|
#define MAX_POLYGON_SIZE 32
|
||||||
|
|
||||||
static void genArraysTriangleFan(
|
static void genArraysTriangleFan(
|
||||||
ClipVertex* output,
|
ClipVertex* output,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user