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

This commit is contained in:
2026-05-14 11:36:21 +08:00
parent 1df0666c91
commit adb506bbfd
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() void OnEnable()
{ {
if (AudioSystem.Instance != null) RegisterCallBack(); if (AudioSystem.Instance) RegisterCallBack();
} }
void Start() void Start()