Bug fix for the previous commit.

This commit is contained in:
David Reid
2021-07-18 13:53:04 +10:00
parent a188eaae26
commit 5f20002ad1
+1 -1
View File
@@ -47546,7 +47546,7 @@ MA_API ma_result ma_vfs_read(ma_vfs* pVFS, ma_vfs_file file, void* pDst, size_t
{
ma_vfs_callbacks* pCallbacks = (ma_vfs_callbacks*)pVFS;
ma_result result;
ma_uint64 bytesRead;
size_t bytesRead;
if (pBytesRead != NULL) {
*pBytesRead = 0;