aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2012-10-09 06:19:36 -0700
committerChris Robinson <[email protected]>2012-10-09 06:19:36 -0700
commit39bc2ba65c5b52b46bd8dd1587837882d98c5120 (patch)
tree36da448b685a228a76e7221d47d3ada0175d7feb /Alc/ALc.c
parentd598f82722d6784fada1c8b2a522463d5bf31c42 (diff)
Build the listener matrix separately
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r--Alc/ALc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/ALc.c b/Alc/ALc.c
index 4e4119e8..bcd242d6 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -1818,7 +1818,7 @@ static ALvoid InitContext(ALCcontext *Context)
for(i = 0;i < 4;i++)
{
for(j = 0;j < 4;j++)
- Context->Listener->Matrix[i][j] = ((i==j) ? 1.0f : 0.0f);
+ Context->Listener->Params.Matrix[i][j] = ((i==j) ? 1.0f : 0.0f);
}
//Validate Context