From 351105b3dff2f1c5d547d86ebefc14a2485c724e Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Fri, 30 Jan 2009 10:53:09 -0800 Subject: [PATCH] Fix incorrect comment --- Alc/ALu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.4.GIT