diff options
Diffstat (limited to 'Alc/ALu.c')
-rw-r--r-- | Alc/ALu.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -551,9 +551,7 @@ ALvoid CalcNonAttnSourceParams(ALvoice *voice, const ALsource *ALSource, const A if(DirectChannels) { - /* Skip the virtual channels and write FrontLeft and FrontRight - * inputs to the real output. - */ + /* Skip the virtual channels and write inputs to the real output. */ voice->Direct.OutBuffer = Device->RealOut.Buffer; voice->Direct.OutChannels = Device->RealOut.NumChannels; for(c = 0;c < num_channels;c++) |