mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-14 17:14:07 +01:00
One second countdown now based on the correct timer interval
This commit is contained in:
@@ -46,6 +46,8 @@ enum {
|
||||
#endif
|
||||
|
||||
ScrubPollInterval_ms = 50,
|
||||
|
||||
kOneSecondCountdown = 1000 / ScrubPollInterval_ms,
|
||||
};
|
||||
|
||||
static const double MinStutter = 0.2;
|
||||
|
||||
Reference in New Issue
Block a user