diff options
author | Chris Robinson <[email protected]> | 2011-06-17 16:22:39 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2011-06-17 16:22:39 -0700 |
commit | edf78b077efa5a8d3f11ea2059095f33e9f971a8 (patch) | |
tree | 3ba00f2c84cfa650291f21865be9b4a18affee86 /Alc/hrtf.c | |
parent | 753e64c76cabf3ba22a4509f5ee2c7615de00b48 (diff) |
Use separate lines for HRTF history and values
Diffstat (limited to 'Alc/hrtf.c')
-rw-r--r-- | Alc/hrtf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |