Fixes issue #1500 "SDL_RWops fails under Android 4" by removing stale Local Refs
and replacing them for their global equivalents.
This commit is contained in:
parent
4576303b58
commit
f6e83ac6a2
2 changed files with 9 additions and 10 deletions
|
@ -85,11 +85,8 @@ typedef struct SDL_RWops
|
|||
#if defined(ANDROID)
|
||||
struct
|
||||
{
|
||||
void *fileName;
|
||||
void *fileNameRef;
|
||||
void *inputStream;
|
||||
void *inputStreamRef;
|
||||
void *readableByteChannel;
|
||||
void *readableByteChannelRef;
|
||||
void *readMethod;
|
||||
long position;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue