Increased mixer buffer.

This commit is contained in:
William Kendrick 2003-12-22 05:28:43 +00:00
parent 6ec0f04d3c
commit b8f3327f02

View file

@ -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