瀏覽代碼

打击乐不进行效音

liushengqiang 2 年之前
父節點
當前提交
a552ac7400
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/view/evaluating/index.tsx

+ 1 - 1
src/view/evaluating/index.tsx

@@ -150,7 +150,7 @@ export const handlePerformDetection = async () => {
 		// 效音
 		// 效音
 		// 是否需要开启效音
 		// 是否需要开启效音
 		evaluatingData.checkStep = 10;
 		evaluatingData.checkStep = 10;
-		if (state.setting.soundEffect) {
+		if (state.setting.soundEffect && !state.isPercussion) {
 			evaluatingData.soundEffectMode = true;
 			evaluatingData.soundEffectMode = true;
 			handleStartSoundCheck();
 			handleStartSoundCheck();
 		} else {
 		} else {