From b8f3327f02faa70b485c3ecb1827e221bcc3e624 Mon Sep 17 00:00:00 2001 From: William Kendrick Date: Mon, 22 Dec 2003 05:28:43 +0000 Subject: [PATCH] Increased mixer buffer. --- src/tuxpaint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tuxpaint.c b/src/tuxpaint.c index 04b4b0aa7..a57a332f1 100644 --- a/src/tuxpaint.c +++ b/src/tuxpaint.c @@ -4658,7 +4658,7 @@ void setup(int argc, char * argv[]) else { #ifndef WIN32 - if (Mix_OpenAudio(44100, AUDIO_S16, 2, 256) < 0) + if (Mix_OpenAudio(44100, AUDIO_S16, 2, 1024) < 0) #else if (Mix_OpenAudio(44100, AUDIO_S16, 2, 2048) < 0) #endif