mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-22 22:43:01 +02:00
Scrub queue records positions as sampleCount not long
This commit is contained in:
@@ -688,7 +688,7 @@ private:
|
||||
std::unique_ptr<ScrubQueue> mScrubQueue;
|
||||
|
||||
bool mSilentScrub;
|
||||
long mScrubDuration;
|
||||
sampleCount mScrubDuration;
|
||||
#endif
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user