Commit 8383893c authored by David Reid's avatar David Reid

Fix a bug in ma_data_source_read_pcm_frames_from_backend().

parent 7a25af64
...@@ -57555,6 +57555,8 @@ static ma_result ma_data_source_read_pcm_frames_from_backend(ma_data_source* pDa ...@@ -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;
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment