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