diff options
Diffstat (limited to 'Alc/ALu.c')
-rw-r--r-- | Alc/ALu.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -958,7 +958,6 @@ another_source: increment = (ALint)(Pitch*(ALfloat)(1L<<FRACTIONBITS)); if(increment <= 0) increment = (1<<FRACTIONBITS); - /* Compute the gain steps for each output channel */ if(ALSource->FirstStart) { for(i = 0;i < OUTPUTCHANNELS;i++) |