mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-20 14:20:06 +02:00
spelling
This commit is contained in:
parent
e4b9b7b505
commit
bea1a089ff
@ -2024,7 +2024,7 @@ bool WaveTrack::Get(samplePtr buffer, sampleFormat format,
|
|||||||
}
|
}
|
||||||
if (doClear)
|
if (doClear)
|
||||||
{
|
{
|
||||||
// Usually we fill in empty sapce with zero
|
// Usually we fill in empty space with zero
|
||||||
if( fill == fillZero )
|
if( fill == fillZero )
|
||||||
ClearSamples(buffer, format, 0, len);
|
ClearSamples(buffer, format, 0, len);
|
||||||
// but we don't have to.
|
// but we don't have to.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user