Commit a80c5e5d authored by David Reid's avatar David Reid

Fix another copy/paste error.

parent 64e5b1b9
...@@ -65169,7 +65169,7 @@ static ma_result ma_resource_manager_process_job__load_data_buffer(ma_resource_m ...@@ -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)) {
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