Browse Source

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

XuJJ 6 days ago
parent
commit
f2e02fa402

+ 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