aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALu.c
diff options
context:
space:
mode:
Diffstat (limited to 'Alc/ALu.c')
-rw-r--r--Alc/ALu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Alc/ALu.c b/Alc/ALu.c
index 02cdddfe..8dee6a43 100644
--- a/Alc/ALu.c
+++ b/Alc/ALu.c
@@ -777,6 +777,7 @@ ALvoid CalcSourceParams(ALsource *ALSource, const ALCcontext *ALContext)
ALSource->Params.Direct.Hrtf.Coeffs[0],
ALSource->Params.Direct.Hrtf.Delay[0]);
ALSource->Hrtf.Counter = 0;
+ ALSource->Hrtf.Moving = AL_TRUE;
ALSource->Params.Direct.Hrtf.Gain = DryGain;
ALSource->Params.Direct.Hrtf.Dir[0] = Position[0];
ALSource->Params.Direct.Hrtf.Dir[1] = Position[1];