Check the proper value for setting WetPendingClicks
This commit is contained in:
+1
-1
@@ -339,6 +339,6 @@ void MixSend_SSE(SendParams *params, const ALfloat *RESTRICT data,
|
||||
}
|
||||
for(;pos < BufferSize;pos++)
|
||||
WetBuffer[OutPos+pos] += data[pos] * WetGain;
|
||||
if(OutPos == SamplesToDo)
|
||||
if(OutPos+pos == SamplesToDo)
|
||||
WetPendingClicks[0] += data[pos] * WetGain;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user