change type of loop index var to remove compiler warning.

This commit is contained in:
Karl Schultz
2004-01-13 01:09:17 +00:00
parent d575248903
commit 1852f4fa33
+1 -1
View File
@@ -217,7 +217,7 @@ _swsetup_Translate( GLcontext *ctx, const void *vertex, SWvertex *dest )
{
const GLfloat *m = ctx->Viewport._WindowMap.m;
GLfloat tmp[4];
GLint i;
GLuint i;
_tnl_get_attr( ctx, vertex, _TNL_ATTRIB_POS, tmp );