diff options
author | Chris Robinson <[email protected]> | 2007-12-18 15:47:24 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2007-12-18 15:47:24 -0800 |
commit | 9adc20e4e727bb2a9829cf9c9a970358d094b951 (patch) | |
tree | 993de47a9a08ec5c777c72a77c1d47c1f975747f /Alc | |
parent | bdf16bf601ed1cedc652af62029d4cbd91e90c09 (diff) |
Implement AL_EFFECTSLOT_GAIN property
Diffstat (limited to 'Alc')
-rw-r--r-- | Alc/ALu.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -394,6 +394,7 @@ static ALvoid CalcSourceParams(ALCcontext *ALContext, ALsource *ALSource, *wetgainhf = WetGainHF; //8. Convert pannings into channel volumes + WetMix *= ALSource->Send[0].Slot.Gain; switch(OutputFormat) { case AL_FORMAT_MONO8: |