after an overwrite with the loop location set, reset the next sample to be read

This commit is contained in:
Paul Davis 2020-05-12 11:31:07 -06:00
parent 156a31ac4f
commit f5064fa1ca

View file

@ -736,6 +736,10 @@ DiskReader::overwrite_existing_audio ()
}
}
if (_loop_location) {
file_sample[DataType::AUDIO] = start;
}
return ret;
}