diff options
author | Chris Robinson <[email protected]> | 2009-01-30 10:53:09 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2009-01-30 10:53:09 -0800 |
commit | 351105b3dff2f1c5d547d86ebefc14a2485c724e (patch) | |
tree | 440387793a6b99fdf0867bbabe87267ead506d6b /Alc | |
parent | cbfc33215b856b922468362126d7a7485d7cdb20 (diff) |
Fix incorrect comment
Diffstat (limited to 'Alc')
-rw-r--r-- | Alc/ALu.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |