aboutsummaryrefslogtreecommitdiffstats
path: root/Alc
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2009-01-30 10:53:09 -0800
committerChris Robinson <[email protected]>2009-01-30 10:53:09 -0800
commit351105b3dff2f1c5d547d86ebefc14a2485c724e (patch)
tree440387793a6b99fdf0867bbabe87267ead506d6b /Alc
parentcbfc33215b856b922468362126d7a7485d7cdb20 (diff)
Fix incorrect comment
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