Fix a copy/paste error.

This commit is contained in:
David Reid
2021-08-18 20:54:33 +10:00
parent 8d5b3d16e4
commit 64e5b1b91a
+1 -1
View File
@@ -65092,7 +65092,7 @@ static ma_result ma_resource_manager_process_job__page_data_buffer_node(ma_resou
MA_ASSERT(pResourceManager != NULL);
MA_ASSERT(pJob != NULL);
pDataBufferNode = pJob->data.freeDataBufferNode.pDataBufferNode;
pDataBufferNode = pJob->data.pageDataBufferNode.pDataBufferNode;
MA_ASSERT(pDataBufferNode != NULL);
if (pJob->order != c89atomic_load_32(&pDataBufferNode->executionPointer)) {