aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/hrtf.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2011-06-17 16:22:39 -0700
committerChris Robinson <[email protected]>2011-06-17 16:22:39 -0700
commitedf78b077efa5a8d3f11ea2059095f33e9f971a8 (patch)
tree3ba00f2c84cfa650291f21865be9b4a18affee86 /Alc/hrtf.c
parent753e64c76cabf3ba22a4509f5ee2c7615de00b48 (diff)
Use separate lines for HRTF history and values
Diffstat (limited to 'Alc/hrtf.c')
-rw-r--r--Alc/hrtf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/hrtf.c b/Alc/hrtf.c
index b33a7a9a..87f98b9a 100644
--- a/Alc/hrtf.c
+++ b/Alc/hrtf.c
@@ -82,7 +82,7 @@ void InitHrtf(void)
}
if(f != NULL)
{
- const ALubyte maxDelay = SRC_HISTORY_LENGTH - HRIR_LENGTH;
+ const ALubyte maxDelay = SRC_HISTORY_LENGTH;
ALboolean failed = AL_FALSE;
struct HRTF newdata;
size_t i, j;