aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alSource.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2009-04-14 22:18:47 -0700
committerChris Robinson <[email protected]>2009-04-14 22:18:47 -0700
commita97fc792d8292dd63ac3f7b78eae1a76b9eb0e0c (patch)
tree21f9c728ff32dd8611907dc0827878905fcab9fd /OpenAL32/Include/alSource.h
parente9a6a1d6f559e6ed738328bea22f461dab467e63 (diff)
Increase the default maximum number of sends to 2
Diffstat (limited to 'OpenAL32/Include/alSource.h')
-rw-r--r--OpenAL32/Include/alSource.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenAL32/Include/alSource.h b/OpenAL32/Include/alSource.h
index d3d70b00..28a85029 100644
--- a/OpenAL32/Include/alSource.h
+++ b/OpenAL32/Include/alSource.h
@@ -3,7 +3,7 @@
#define AL_NUM_SOURCE_PARAMS 128
-#define MAX_SENDS 1
+#define MAX_SENDS 2
#include "alFilter.h"
#include "alu.h"