Fixed compiling under Visual Studio
This commit is contained in:
parent
e253e1d991
commit
1d518f0d73
3 changed files with 7 additions and 1 deletions
|
@ -526,7 +526,6 @@ static int FIFO_Reader(void* _data)
|
|||
ReaderData *data = (ReaderData *)_data;
|
||||
SDL_EventQueue *queue = data->queue;
|
||||
SDL_Event event;
|
||||
int index;
|
||||
|
||||
if (data->lock_free) {
|
||||
for ( ; ; ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue