From 0ae9638aa58f160a51340ced1812fdafb3b80969 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Mon, 18 Jul 2011 17:44:37 -0700 Subject: Add a lost comment --- Alc/hrtf.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Alc/hrtf.c b/Alc/hrtf.c index 33d02869..1f408236 100644 --- a/Alc/hrtf.c +++ b/Alc/hrtf.c @@ -106,7 +106,8 @@ ALfloat CalcHrtfDelta(ALfloat oldGain, ALfloat newGain, const ALfloat olddir[3], } - // Use the largest of the two changes for the delta factor. + // Use the largest of the two changes for the delta factor, and apply a + // significance shaping function to it. delta = __max(gainChange, angleChange) * 2.0f; return __min(delta, 1.0f); } -- cgit v1.2.3