aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/mixer.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2012-10-09 06:54:21 -0700
committerChris Robinson <[email protected]>2012-10-09 06:54:21 -0700
commita4f21aaa648a8bdef3b75725a4b60bc43fbbd8d7 (patch)
tree85b3475302e13223873ea31b133a7074ccdf1705 /Alc/mixer.c
parent39bc2ba65c5b52b46bd8dd1587837882d98c5120 (diff)
Set Hrtf.Moving after setting the source params instead of after mixing
Diffstat (limited to 'Alc/mixer.c')
-rw-r--r--Alc/mixer.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/Alc/mixer.c b/Alc/mixer.c
index 1390b1f7..67efd70f 100644
--- a/Alc/mixer.c
+++ b/Alc/mixer.c
@@ -412,10 +412,7 @@ ALvoid MixSource(ALsource *Source, ALCdevice *Device, ALuint SamplesToDo)
Source->position_fraction = DataPosFrac;
Source->Hrtf.Offset += OutPos;
if(State == AL_PLAYING)
- {
Source->Hrtf.Counter = maxu(Source->Hrtf.Counter, OutPos) - OutPos;
- Source->Hrtf.Moving = AL_TRUE;
- }
else
{
Source->Hrtf.Counter = 0;