aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 6a85567e..0fe88e74 100644
--- a/OpenAL32/Include/alSource.h
+++ b/OpenAL32/Include/alSource.h
@@ -41,7 +41,7 @@ typedef struct HrtfParams {
ALfloat Dir[3];
ALfloat Coeffs[MaxChannels][HRIR_LENGTH][2];
ALuint Delay[MaxChannels][2];
- ALfloat CoeffStep[MaxChannels][2];
+ ALfloat CoeffStep[HRIR_LENGTH][2];
ALint DelayStep[2];
} HrtfParams;