* Android's InputStream::skip is apparently buggy, so instead read into a dummy buffer

This commit is contained in:
Tim Angus 2011-10-14 17:29:49 +01:00
parent 116a6faf2f
commit aa76adf490
2 changed files with 11 additions and 10 deletions

View file

@ -89,7 +89,6 @@ typedef struct SDL_RWops
void *fileNameRef;
void *inputStream;
void *inputStreamRef;
void *skipMethod;
void *readableByteChannel;
void *readableByteChannelRef;
void *readMethod;