Add back an inadvertently removed static
This commit is contained in:
parent
052fdd67cd
commit
493c8bbc83
@ -79,7 +79,7 @@ typedef struct Compressor {
|
||||
*
|
||||
* http://www.richardhartersworld.com/cri/2001/slidingmin.html
|
||||
*/
|
||||
ALfloat UpdateSlidingHold(SlidingHold *Hold, const ALsizei i, const ALfloat in)
|
||||
static ALfloat UpdateSlidingHold(SlidingHold *Hold, const ALsizei i, const ALfloat in)
|
||||
{
|
||||
const ALsizei mask = BUFFERSIZE - 1;
|
||||
const ALsizei length = Hold->Length;
|
||||
|
Loading…
x
Reference in New Issue
Block a user