aboutsummaryrefslogtreecommitdiffstats
path: root/Alc
diff options
context:
space:
mode:
Diffstat (limited to 'Alc')
-rw-r--r--Alc/ALu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/ALu.c b/Alc/ALu.c
index be48ee90..d3fdf999 100644
--- a/Alc/ALu.c
+++ b/Alc/ALu.c
@@ -629,7 +629,7 @@ static ALvoid CalcSourceParams(ALCcontext *ALContext, ALsource *ALSource,
SourceToListener[1] = -Position[1];
SourceToListener[2] = -Position[2];
- // Transform source position and direction into listener space
+ // Transform source position into listener space
aluMatrixVector(Position, Matrix);
}
else