Fix another copy/paste error.

This commit is contained in:
David Reid
2021-08-18 20:55:26 +10:00
parent 64e5b1b91a
commit a80c5e5d60
+1 -1
View File
@@ -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)) {