fix: 清理PageController中残留的音频代码片段
This commit is contained in:
@@ -320,11 +320,8 @@ public class PageController : MonoBehaviour
|
||||
}
|
||||
|
||||
#endregion
|
||||
[Header("=== 音频 ===")]
|
||||
|
||||
|
||||
Debug.Log("PageController: 停止背景音乐 (共" + allSrcs.Length + "个AudioSource)");
|
||||
}
|
||||
|
||||
|
||||
if (_bgAudioSource != null) _bgAudioSource.volume = targetVolume;
|
||||
|
||||
Reference in New Issue
Block a user