This commit is contained in:
simon.kagstrom 2009-01-05 09:05:25 +00:00
parent 6de3d4a038
commit 4d09c7252b

View File

@ -52,7 +52,7 @@ void DigitalRenderer::fill_audio(Uint8 *stream, int len)
}
if (to_output - cnt / 2 <= 0)
to_output = 0;
else
else
to_output -= cnt / 2;
}