mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-23 16:54:03 +02:00
Remove an unnecessary cast.
This commit is contained in:
+1
-1
@@ -68298,7 +68298,7 @@ MA_API ma_result ma_resource_manager_init(const ma_resource_manager_config* pCon
|
|||||||
|
|
||||||
MA_COPY_MEMORY(ppCustomDecodingBackendVTables, pConfig->ppCustomDecodingBackendVTables, sizeInBytes);
|
MA_COPY_MEMORY(ppCustomDecodingBackendVTables, pConfig->ppCustomDecodingBackendVTables, sizeInBytes);
|
||||||
|
|
||||||
pResourceManager->config.ppCustomDecodingBackendVTables = (const ma_decoding_backend_vtable**)ppCustomDecodingBackendVTables;
|
pResourceManager->config.ppCustomDecodingBackendVTables = ppCustomDecodingBackendVTables;
|
||||||
pResourceManager->config.customDecodingBackendCount = pConfig->customDecodingBackendCount;
|
pResourceManager->config.customDecodingBackendCount = pConfig->customDecodingBackendCount;
|
||||||
pResourceManager->config.pCustomDecodingBackendUserData = pConfig->pCustomDecodingBackendUserData;
|
pResourceManager->config.pCustomDecodingBackendUserData = pConfig->pCustomDecodingBackendUserData;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user