Really patched to compile this time?
This commit is contained in:
parent
92573049a4
commit
e4f209b9e6
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
@ -267,7 +266,7 @@ void loop()
|
|||
break;
|
||||
}
|
||||
}
|
||||
DrawScreen(screen);
|
||||
DrawScreen(screen, window);
|
||||
}
|
||||
|
||||
int main(int argc, char* argv[])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue