Skip to content

Commit

Permalink
Really patched to compile this time?
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Dec 24, 2014
1 parent 9f111ce commit 9c38244
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/testgesture.c
Expand Up @@ -170,7 +170,6 @@ SDL_Window* initWindow(SDL_Window *window, int width,int height)

void loop()
{
static SDL_Window *window = NULL;
SDL_Event event;
SDL_RWops *stream;

Expand Down Expand Up @@ -267,7 +266,7 @@ void loop()
break;
}
}
DrawScreen(screen);
DrawScreen(screen, window);
}

int main(int argc, char* argv[])
Expand Down

0 comments on commit 9c38244

Please sign in to comment.