Scanfill: avoid converting int<>intptr_t for displist indices

This commit is contained in:
2014-02-06 01:07:18 +11:00
parent 41d23116aa
commit 6213d88c85
2 changed files with 8 additions and 9 deletions

View File

@@ -61,7 +61,7 @@ typedef struct ScanFillVert {
union {
struct ScanFillVert *v;
void *p;
intptr_t l;
int i;
unsigned int u;
} tmp;
float co[3]; /* vertex location */