This commit is contained in:
Volker Fischer 2007-06-09 16:38:31 +00:00
parent c6717bbfee
commit f994be33f9

View File

@ -241,7 +241,7 @@ void CSound::InitPlayback ( int iNewBufferSize, bool bNewBlocking )
bool CSound::Write ( CVector<short>& psData )
{
int size = iBufferSizeIn;
int size = iBufferSizeOut;
int start = 0;
int ret;