mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-24 01:04:02 +02:00
Fix an error about an unused tag.
This commit is contained in:
@@ -69702,7 +69702,9 @@ MA_API ma_result ma_engine_init(const ma_engine_config* pConfig, ma_engine* pEng
|
|||||||
|
|
||||||
return MA_SUCCESS;
|
return MA_SUCCESS;
|
||||||
|
|
||||||
|
#if !defined(MA_NO_DEVICE_IO)
|
||||||
on_error_4:
|
on_error_4:
|
||||||
|
#endif
|
||||||
#if !defined(MA_NO_RESOURCE_MANAGER)
|
#if !defined(MA_NO_RESOURCE_MANAGER)
|
||||||
on_error_3:
|
on_error_3:
|
||||||
if (pEngine->ownsResourceManager) {
|
if (pEngine->ownsResourceManager) {
|
||||||
|
|||||||
Reference in New Issue
Block a user