for now, don't wait for keypress in mandelbrot.c
This commit is contained in:
parent
882ccc6dab
commit
d553cf9488
1 changed files with 2 additions and 1 deletions
|
@ -83,6 +83,7 @@ int main(void) {
|
|||
}
|
||||
|
||||
/* Quit. */
|
||||
SDL_Delay(20000);
|
||||
/* FIXME: wait for key press here */
|
||||
SDL_Delay(0*20000);
|
||||
SDL_Quit();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue