Skip to content

Commit

Permalink
Sleep a bit less in thread
Browse files Browse the repository at this point in the history
  • Loading branch information
pmandin committed Aug 16, 2005
1 parent 29f4526 commit 15c406c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/audio/mint/SDL_mintaudio.c
Expand Up @@ -174,7 +174,7 @@ int SDL_MintAudio_Thread(long param)
}
}

usleep(1000);
usleep(100);
}
SDL_MintAudio_thread_finished = SDL_TRUE;
return 0;
Expand Down

0 comments on commit 15c406c

Please sign in to comment.