diff src/audio/mint/SDL_mintaudio.c @ 1116:080ed9ef0609

Sleep a bit less in thread
author Patrice Mandin <patmandin@gmail.com>
date Tue, 16 Aug 2005 09:57:16 +0000
parents 12c49532be00
children 3692456e7b0f
line wrap: on
line diff
--- a/src/audio/mint/SDL_mintaudio.c	Thu Aug 11 05:08:28 2005 +0000
+++ b/src/audio/mint/SDL_mintaudio.c	Tue Aug 16 09:57:16 2005 +0000
@@ -174,7 +174,7 @@
 			}
 		}
 
-		usleep(1000);
+		usleep(100);
 	}
 	SDL_MintAudio_thread_finished = SDL_TRUE;
 	return 0;