Increased mixer buffer.
This commit is contained in:
parent
6ec0f04d3c
commit
b8f3327f02
1 changed files with 1 additions and 1 deletions
|
|
@ -4658,7 +4658,7 @@ void setup(int argc, char * argv[])
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
#ifndef WIN32
|
#ifndef WIN32
|
||||||
if (Mix_OpenAudio(44100, AUDIO_S16, 2, 256) < 0)
|
if (Mix_OpenAudio(44100, AUDIO_S16, 2, 1024) < 0)
|
||||||
#else
|
#else
|
||||||
if (Mix_OpenAudio(44100, AUDIO_S16, 2, 2048) < 0)
|
if (Mix_OpenAudio(44100, AUDIO_S16, 2, 2048) < 0)
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue