Merge branch 'master_develop' into master_test

JieLing 2020-07-29 00:38:58 +08:00
commit b4f2e0f852
1 changed files with 5 additions and 5 deletions

View File

@ -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