mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-24 01:04:02 +02:00
Fix another copy/paste error.
This commit is contained in:
+1
-1
@@ -65169,7 +65169,7 @@ static ma_result ma_resource_manager_process_job__load_data_buffer(ma_resource_m
|
|||||||
MA_ASSERT(pResourceManager != NULL);
|
MA_ASSERT(pResourceManager != NULL);
|
||||||
MA_ASSERT(pJob != NULL);
|
MA_ASSERT(pJob != NULL);
|
||||||
|
|
||||||
pDataBuffer = pJob->data.freeDataBuffer.pDataBuffer;
|
pDataBuffer = pJob->data.loadDataBuffer.pDataBuffer;
|
||||||
MA_ASSERT(pDataBuffer != NULL);
|
MA_ASSERT(pDataBuffer != NULL);
|
||||||
|
|
||||||
if (pJob->order != c89atomic_load_32(&pDataBuffer->executionPointer)) {
|
if (pJob->order != c89atomic_load_32(&pDataBuffer->executionPointer)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user