*** empty log message ***
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401625
This commit is contained in:
parent
20e18895f0
commit
f2c3b5141a
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ int main(int argc, char *argv[])
|
||||||
time_for_threads_to_die[i] = 1;
|
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_WaitThread(threads[i], NULL);
|
||||||
}
|
}
|
||||||
SDL_Quit();
|
SDL_Quit();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue