mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +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;
|
||||
|
||||
#if !defined(MA_NO_DEVICE_IO)
|
||||
on_error_4:
|
||||
#endif
|
||||
#if !defined(MA_NO_RESOURCE_MANAGER)
|
||||
on_error_3:
|
||||
if (pEngine->ownsResourceManager) {
|
||||
|
||||
Reference in New Issue
Block a user