diff options
author | Chris Robinson <[email protected]> | 2010-11-06 15:08:54 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2010-11-06 15:08:54 -0700 |
commit | 65e033c64b2e46d8e0082df79becad82dda3c8c9 (patch) | |
tree | df8adea1311b533152576cf2317598b99f9dd65f /OpenAL32 | |
parent | 07346da740302fa0db8f756652e992f18f689f56 (diff) |
Increase the max number of source sends to 4, and decrease the default to 1
Diffstat (limited to 'OpenAL32')
-rw-r--r-- | OpenAL32/Include/alSource.h | 2 |
1 files changed, 1 insertions, 1 deletions
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" |