diff options
Diffstat (limited to 'Alc/alu.cpp')
-rw-r--r-- | Alc/alu.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Alc/alu.cpp b/Alc/alu.cpp index 1939b7b0..dd160202 100644 --- a/Alc/alu.cpp +++ b/Alc/alu.cpp @@ -136,7 +136,6 @@ void ProcessHrtf(ALCdevice *device, const ALsizei SamplesToDo) DirectHrtfState *state{device->mHrtfState.get()}; MixDirectHrtf(LeftOut, RightOut, device->Dry.Buffer, device->HrtfAccumData, state, device->Dry.NumChannels, SamplesToDo); - state->Offset += SamplesToDo; } void ProcessAmbiDec(ALCdevice *device, const ALsizei SamplesToDo) |