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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user