Please enter the commit message for your changes.

This commit is contained in:
tildearrow 2023-03-14 01:09:53 -05:00
parent ced4fd8ee1
commit 5a8a29f5f2
1 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,7 @@ std::vector<DivROMExportOutput> DivExportAmigaValidation::go(DivEngine* e) {
e->playSub(false);
size_t songTick=0;
size_t lastTick=0;
bool writeLoop=false;
//bool writeLoop=false;
int loopPos=-1;
for (int i=0; i<e->chans; i++) {
e->chan[i].wentThroughNote=false;
@ -80,7 +80,7 @@ std::vector<DivROMExportOutput> DivExportAmigaValidation::go(DivEngine* e) {
while (!done) {
if (loopPos==-1) {
if (loopOrder==e->curOrder && loopRow==e->curRow && e->ticks==1) {
writeLoop=true;
//writeLoop=true;
}
}
if (e->nextTick(false,true)) {