Fix a bug in ma_data_source_read_pcm_frames_from_backend().

This commit is contained in:
David Reid
2025-01-18 07:14:55 +10:00
parent 7a25af64d6
commit 8383893c9c
+2
View File
@@ -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;
} }
} }