Fixed compiler warnings on iOS

This commit is contained in:
Sam Lantinga 2014-07-07 11:00:25 -07:00
parent 11238fe16a
commit ad1fe92296
5 changed files with 10 additions and 12 deletions

View file

@ -80,7 +80,7 @@ typedef struct GLES2_TextureData
GLenum pixel_format;
GLenum pixel_type;
void *pixel_data;
size_t pitch;
int pitch;
/* YV12 texture support */
SDL_bool yuv;
GLenum texture_v;