mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-23 13:05:11 +00:00
remove an empty line
This commit is contained in:
parent
ce71c2e9ad
commit
07ab05798b
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue