mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
Update AudioModule.cs
This commit is contained in:
@@ -228,6 +228,8 @@ namespace TEngine
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
_audioCategories[(int)AudioType.Music].Enable = value;
|
||||
|
||||
// 音乐采用0音量方式,避免恢复播放时的复杂逻辑
|
||||
if (value)
|
||||
|
Reference in New Issue
Block a user