mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-01 08:29:27 +02:00
fixed a initialization order warning in src/AudioIO.cpp
This commit is contained in:
parent
08a8cc4bcf
commit
1efe69e8b9
@ -551,8 +551,8 @@ struct AudioIO::ScrubQueue
|
||||
, mLeadingIdx(1)
|
||||
, mRate(rate)
|
||||
, mLastScrubTimeMillis(startClockMillis)
|
||||
, mUpdating()
|
||||
, mMaxDebt { maxDebt }
|
||||
, mUpdating()
|
||||
{
|
||||
const auto s0 = std::max(options.minSample, std::min(options.maxSample,
|
||||
sampleCount(lrint(t0 * mRate))
|
||||
|
Loading…
x
Reference in New Issue
Block a user