Fixed compiler warnings on iOS

This commit is contained in:
Sam Lantinga
2014-07-07 11:00:25 -07:00
parent fe039073ba
commit 8c027a3cbe
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;