remove an empty line

This commit is contained in:
tildearrow 2021-12-16 03:09:00 -05:00
parent ce71c2e9ad
commit 07ab05798b
1 changed files with 0 additions and 1 deletions

View File

@ -1155,7 +1155,6 @@ void DivEngine::renderSamples() {
for (int i=0; i<song.sampleLen; i++) {
DivSample* s=song.sample[i];
if ((memPos&0xf00000)!=((memPos+s->adpcmRendLength)&0xf00000)) {
memPos=(memPos+0xfffff)&0xf00000;
printf("aligning to %lx.\n",memPos);
}