aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
diff options
context:
space:
mode:
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