diff options
author | Chris Robinson <chris.kcat@gmail.com> | 2019-03-30 23:41:47 -0700 |
---|---|---|
committer | Chris Robinson <chris.kcat@gmail.com> | 2019-03-30 23:41:47 -0700 |
commit | d8c76ba0c06b49ef73697390594f7359cc9e7e71 (patch) | |
tree | e4b5ec5c5f62982f64f46ec0e3c451a4d9360882 /Alc/alu.cpp | |
parent | 89210cddb754ab714f2fb02570293290cd2ac065 (diff) |
Remove a couple unused member variables
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) |