Fixed warning on Mac OS X 10.4
This commit is contained in:
parent
662a1c6cbd
commit
9b4905af3b
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ typedef struct
|
||||||
/* Multitexture support */
|
/* Multitexture support */
|
||||||
SDL_bool GL_ARB_multitexture_supported;
|
SDL_bool GL_ARB_multitexture_supported;
|
||||||
PFNGLACTIVETEXTUREARBPROC glActiveTextureARB;
|
PFNGLACTIVETEXTUREARBPROC glActiveTextureARB;
|
||||||
int num_texture_units;
|
GLint num_texture_units;
|
||||||
|
|
||||||
/* Shader support */
|
/* Shader support */
|
||||||
GL_ShaderContext *shaders;
|
GL_ShaderContext *shaders;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue