Commit d28a87aa authored by David Reid's avatar David Reid

Fix an error about an unused tag.

parent 0d9d4813
...@@ -69702,7 +69702,9 @@ MA_API ma_result ma_engine_init(const ma_engine_config* pConfig, ma_engine* pEng ...@@ -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) {
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