double facepalm

This commit is contained in:
tildearrow 2022-03-21 23:48:18 -05:00
parent e256efa641
commit 13eb0f96f1
1 changed files with 1 additions and 1 deletions

View File

@ -460,7 +460,7 @@ bool DivSample::resampleBlep(double r) {
}
}
} else if (depth==8) {
memset(data8,0,finalCount*sizeof(short));
memset(data8,0,finalCount);
for (int i=0; i<finalCount; i++) {
if (posInt<samples) {
int result=data8[i]+oldData8[posInt];