Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Fixed warning on Mac OS X 10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Feb 19, 2011
1 parent d3ccc98 commit 180c41a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/render/opengl/SDL_render_gl.c
Expand Up @@ -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;
Expand Down

0 comments on commit 180c41a

Please sign in to comment.