aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/alu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Alc/alu.cpp')
-rw-r--r--Alc/alu.cpp1
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)