QSound: whoops

This commit is contained in:
tildearrow 2022-12-07 03:33:38 -05:00
parent 056e67b228
commit c2bb86b2e4
1 changed files with 1 additions and 1 deletions

View File

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