diff options
Diffstat (limited to 'OpenAL32/Include/alu.h')
-rw-r--r-- | OpenAL32/Include/alu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenAL32/Include/alu.h b/OpenAL32/Include/alu.h index 7aac62a0..2edc0d0c 100644 --- a/OpenAL32/Include/alu.h +++ b/OpenAL32/Include/alu.h @@ -30,7 +30,7 @@ #define RAD2DEG(x) ((ALfloat)(x) * (180.0f/F_PI)) -#define MAX_PITCH (10) +#define MAX_PITCH (255) #ifdef __cplusplus |