From 65e033c64b2e46d8e0082df79becad82dda3c8c9 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sat, 6 Nov 2010 15:08:54 -0700 Subject: Increase the max number of source sends to 4, and decrease the default to 1 --- OpenAL32/Include/alSource.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenAL32') diff --git a/OpenAL32/Include/alSource.h b/OpenAL32/Include/alSource.h index 41dda6bf..6d01c9fd 100644 --- a/OpenAL32/Include/alSource.h +++ b/OpenAL32/Include/alSource.h @@ -1,7 +1,7 @@ #ifndef _AL_SOURCE_H_ #define _AL_SOURCE_H_ -#define MAX_SENDS 2 +#define MAX_SENDS 4 #include "alFilter.h" #include "alu.h" -- cgit v1.2.3