fix boolean logic PART THREE when trying to avoid complete_refill heuristic

This commit is contained in:
Paul Davis
2020-03-31 21:47:39 -06:00
parent 76b6c5ebfd
commit 76070cb8c2

View File

@@ -762,7 +762,7 @@ DiskReader::seek (samplepos_t sample, bool complete_refill)
return 0;
}
if ((!_last_read_reversed || (_last_read_reversed == read_reversed)) ||
if ((!_last_read_reversed || (_last_read_reversed == read_reversed)) &&
(!_last_read_loop || (_last_read_loop == read_loop))) {
/* We do these things only if we're still reading in the same