mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-21 15:56:58 +02:00
Fix a bug in ma_data_source_read_pcm_frames_from_backend().
This commit is contained in:
@@ -57555,6 +57555,8 @@ static ma_result ma_data_source_read_pcm_frames_from_backend(ma_data_source* pDa
|
||||
framesRead += framesReadThisIteration;
|
||||
}
|
||||
|
||||
*pFramesRead = framesRead;
|
||||
|
||||
return MA_SUCCESS;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user