diff options
author | Karl Schultz <[email protected]> | 2002-10-18 17:47:35 +0000 |
---|---|---|
committer | Karl Schultz <[email protected]> | 2002-10-18 17:47:35 +0000 |
commit | 53d30c56eb1a0865a6a88cf05c4c74673d41b2a4 (patch) | |
tree | ebc4dab204774504fb7c3cd62f147819258f3a1b /progs/tests/manytex.c | |
parent | 2ce0654ebabc7fc6a2881f51e496e4e1f7533087 (diff) |
Quiet compiler warnings.
Diffstat (limited to 'progs/tests/manytex.c')
-rw-r--r-- | progs/tests/manytex.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/progs/tests/manytex.c b/progs/tests/manytex.c index 0f8f9574be4..8add125a69d 100644 --- a/progs/tests/manytex.c +++ b/progs/tests/manytex.c @@ -1,4 +1,4 @@ -/* $Id: manytex.c,v 1.3 2000/11/09 16:53:26 brianp Exp $ */ +/* $Id: manytex.c,v 1.4 2002/10/18 17:47:36 kschultz Exp $ */ /* * test handling of many texture maps @@ -28,7 +28,7 @@ static GLboolean MipMap = GL_FALSE; static GLboolean LinearFilter = GL_FALSE; static GLboolean RandomSize = GL_FALSE; static GLint Rows, Columns; -static GLuint LowPriorityCount = 0; +static GLint LowPriorityCount = 0; static void Idle( void ) |