Fixed warning on Mac OS X 10.4

This commit is contained in:
Sam Lantinga 2011-02-19 14:27:16 -08:00
parent 662a1c6cbd
commit 9b4905af3b

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;