Fixed warning on Mac OS X 10.4

This commit is contained in:
Sam Lantinga
2011-02-19 14:27:16 -08:00
parent 8223c4bf6f
commit dda4a8e368

View File

@@ -100,7 +100,7 @@ typedef struct
/* Multitexture support */
SDL_bool GL_ARB_multitexture_supported;
PFNGLACTIVETEXTUREARBPROC glActiveTextureARB;
int num_texture_units;
GLint num_texture_units;
/* Shader support */
GL_ShaderContext *shaders;