浏览代码

修复:音乐音效开关没有效果的bug

XuJJ 6 天之前
父节点
当前提交
f2e02fa402
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      snipershooting/ShootSniper/Assets/Scripts/Framework/Resouces/Sound/SoundManager.cs

+ 1 - 1
snipershooting/ShootSniper/Assets/Scripts/Framework/Resouces/Sound/SoundManager.cs

@@ -13,7 +13,7 @@ namespace SSTR.Sound
 		None = 0x0,
 		BG = 0x1,
 		SoundEff = 0x2,
-		// ALL = 0x3,
+		ALL = 0x3,
 	}
 
 	public static class MuteTypeCls