diff --git a/Assets/ManagedResources/~Lua/Modules/Story/StoryDialoguePanel.lua b/Assets/ManagedResources/~Lua/Modules/Story/StoryDialoguePanel.lua index da32601673..5f644cb35b 100644 --- a/Assets/ManagedResources/~Lua/Modules/Story/StoryDialoguePanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/Story/StoryDialoguePanel.lua @@ -168,11 +168,11 @@ function this.RefreshPanel(eventId, isFirstOpen) -- 配音资源名 - local voice = chapterEventPointData[eventId].VoiceRes - if voice then - -- 使用相同通道播放,避免跳过剧情导致音效重复 - SoundManager.PlaySound(voice, nil, nil, 10) - end + -- local voice = chapterEventPointData[eventId].VoiceRes + -- if voice then + -- -- 使用相同通道播放,避免跳过剧情导致音效重复 + -- SoundManager.PlaySound(voice, nil, nil, 10) + -- end --当前不是选择界面 if isRightType then