chors: 更新配置文件,修改节拍器判断逻辑

This commit is contained in:
2026-05-14 11:36:21 +08:00
parent c30239111c
commit 342dba6596
2 changed files with 1 additions and 1 deletions
Binary file not shown.
+1 -1
View File
@@ -13,7 +13,7 @@ namespace OCES
void OnEnable()
{
if (AudioSystem.Instance != null) RegisterCallBack();
if (AudioSystem.Instance) RegisterCallBack();
}
void Start()