mirror of
https://github.com/yawut/SDL.git
synced 2026-06-13 04:00:50 -05:00
*** empty log message ***
This commit is contained in:
parent
69f5e3c82f
commit
d399ca9ce4
|
|
@ -83,7 +83,7 @@ int main(int argc, char *argv[])
|
|||
time_for_threads_to_die[i] = 1;
|
||||
}
|
||||
|
||||
for(i = NUMTHREADS-1; i >= 0; --i) {
|
||||
for(i = 0; i < NUMTHREADS; i++) {
|
||||
SDL_WaitThread(threads[i], NULL);
|
||||
}
|
||||
SDL_Quit();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user