aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2015-09-18 00:48:43 -0700
committerChris Robinson <[email protected]>2015-09-18 00:48:43 -0700
commitdb0f29f6d86d301b5f57f7dbe97c1544a0f79a10 (patch)
treec6c9c8c5fd61e09b9e727128ace9575c50d3e63f /OpenAL32
parent2f1bfb594580fb6fe0f070a2082d575735b6b625 (diff)
Fix updating listener params when forcing updates
Diffstat (limited to 'OpenAL32')
-rw-r--r--OpenAL32/Include/alu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenAL32/Include/alu.h b/OpenAL32/Include/alu.h
index e167979b..7aac62a0 100644
--- a/OpenAL32/Include/alu.h
+++ b/OpenAL32/Include/alu.h
@@ -253,6 +253,8 @@ void ComputeAmbientGains(const ALCdevice *device, ALfloat ingain, ALfloat gains[
void ComputeBFormatGains(const ALCdevice *device, const ALfloat mtx[4], ALfloat ingain, ALfloat gains[MAX_OUTPUT_CHANNELS]);
+ALvoid UpdateContextSources(ALCcontext *context);
+
ALvoid CalcSourceParams(struct ALvoice *voice, const struct ALsource *source, const ALCcontext *ALContext);
ALvoid CalcNonAttnSourceParams(struct ALvoice *voice, const struct ALsource *source, const ALCcontext *ALContext);