Fixed compiler warnings on iOS

This commit is contained in:
Sam Lantinga
2014-07-07 11:00:25 -07:00
parent 017c5dc381
commit 7187b74cf4
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;