Don't inline CalcLimitedHfRatio

This commit is contained in:
Chris Robinson 2011-02-07 23:58:40 -08:00
parent 57b05fb6d4
commit 13397feccf

View File

@ -369,7 +369,7 @@ static __inline ALvoid CalcMatrixCoeffs(ALfloat diffusion, ALfloat *x, ALfloat *
// Calculate the limited HF ratio for use with the late reverb low-pass
// filters.
static __inline ALfloat CalcLimitedHfRatio(ALfloat hfRatio, ALfloat airAbsorptionGainHF, ALfloat decayTime)
static ALfloat CalcLimitedHfRatio(ALfloat hfRatio, ALfloat airAbsorptionGainHF, ALfloat decayTime)
{
ALfloat limitRatio;