Fix AudioManager bug and remove struct dlgInfo

This commit is contained in:
yuanyuanxiang
2025-12-11 22:59:46 +01:00
parent ac2480c9a3
commit 9e7856a818
7 changed files with 16 additions and 30 deletions

View File

@@ -146,7 +146,7 @@ public:
}
};
#ifdef _DEBUG
#if defined (_DEBUG) || defined (WINDOWS)
// 智能计算当前函数的耗时,超时会打印
#define AUTO_TICK(thresh, tag) auto_tick TICK(__FILE__, __FUNCTION__, __LINE__, thresh, tag)
#define STOP_TICK TICK.stop()