diff options
Diffstat (limited to 'plugins')
| -rwxr-xr-x | plugins/dfsound/openal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/dfsound/openal.c b/plugins/dfsound/openal.c index b283bfca..c1fa42cb 100755 --- a/plugins/dfsound/openal.c +++ b/plugins/dfsound/openal.c @@ -36,7 +36,7 @@ */ #define BUFFER_SIZE_TOTAL (32768) -#define BUFFER_SIZE (2048) +#define BUFFER_SIZE (1024) #define BUFFER_QUANTITY (BUFFER_SIZE_TOTAL / BUFFER_SIZE) /******************************************************************************/ |
