bug fix
This commit is contained in:
parent
c6717bbfee
commit
f994be33f9
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue