Commit f2c3b514 authored by Sam Lantinga's avatar Sam Lantinga

*** empty log message ***

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401625
parent 20e18895
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment