Commit 9b4905af authored by Sam Lantinga's avatar Sam Lantinga

Fixed warning on Mac OS X 10.4

parent 662a1c6c
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment