From 829a102c7318ca00ac6127bf864f2f14c1808668 Mon Sep 17 00:00:00 2001 From: gaoxin Date: Wed, 29 Jul 2020 00:32:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E9=97=AD=E9=9F=B3=E9=A2=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../~Lua/Modules/Story/StoryDialoguePanel.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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