mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +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;
|
framesRead += framesReadThisIteration;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
*pFramesRead = framesRead;
|
||||||
|
|
||||||
return MA_SUCCESS;
|
return MA_SUCCESS;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user