1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-15 17:11:20 +01:00

Correction to commit acfff57ac8

This commit is contained in:
Steve Daulton
2020-03-09 19:03:00 +00:00
committed by GitHub
parent 8cf40d84c2
commit 7217ee1703

View File

@@ -244,7 +244,7 @@ int ProjectAudioManager::PlayPlayRegion(const SelectedRegion &selectedRegion,
if (token != 0) {
success = true;
ProjectAudioIO::Get(*p).SetAudioIOToken(token);
if (loop_offset != t0) {
if (loop_offset != 0.0) {
// Bug 2347
gAudioIO->SeekStream(loop_offset);
}