mirror of
https://github.com/yawut/SDL.git
synced 2026-09-07 00:25:37 -05:00
Fixed warning on Mac OS X 10.4
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user