QSound: whoops

This commit is contained in:
tildearrow 2022-12-07 03:33:38 -05:00
parent 056e67b228
commit c2bb86b2e4

View file

@ -783,7 +783,7 @@ void DivPlatformQSound::renderSamples(int sysID) {
for (int i=0; i<length; i++) { for (int i=0; i<length; i++) {
sampleMem[(memPos+i)]=s->dataQSoundA[i]; sampleMem[(memPos+i)]=s->dataQSoundA[i];
} }
sampleLoaded[i]=true; sampleLoadedBS[i]=true;
} }
offBS[i]=memPos; offBS[i]=memPos;
memPos+=length+16; memPos+=length+16;