another uninitialized variable

This commit is contained in:
tildearrow 2021-12-21 16:02:31 -05:00
parent 48f4f5835b
commit 726b457ae7
12 changed files with 15 additions and 2 deletions

View file

@ -816,6 +816,7 @@ void DivEngine::nextBuf(float** in, float** out, int inChans, int outChans, unsi
} else {
temp[2]=s->rendData[sPreview.pos++];
}
if (s->depth==8) temp[2]<<=8;
blip_add_delta(bb[2],i,temp[2]-prevSample[2]);
prevSample[2]=temp[2];
}