From a80c5e5d60e0e788d7f07b5c58afe219cf7178dd Mon Sep 17 00:00:00 2001 From: David Reid Date: Wed, 18 Aug 2021 20:55:26 +1000 Subject: [PATCH] Fix another copy/paste error. --- miniaudio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/miniaudio.h b/miniaudio.h index e1a1e042..868573df 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -65169,7 +65169,7 @@ static ma_result ma_resource_manager_process_job__load_data_buffer(ma_resource_m MA_ASSERT(pResourceManager != NULL); MA_ASSERT(pJob != NULL); - pDataBuffer = pJob->data.freeDataBuffer.pDataBuffer; + pDataBuffer = pJob->data.loadDataBuffer.pDataBuffer; MA_ASSERT(pDataBuffer != NULL); if (pJob->order != c89atomic_load_32(&pDataBuffer->executionPointer)) {