关闭音频

dev_chengFeng
gaoxin 2020-07-29 00:32:53 +08:00
parent 650f872a0c
commit 829a102c73
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 -- local voice = chapterEventPointData[eventId].VoiceRes
if voice then -- if voice then
-- 使用相同通道播放,避免跳过剧情导致音效重复 -- -- 使用相同通道播放,避免跳过剧情导致音效重复
SoundManager.PlaySound(voice, nil, nil, 10) -- SoundManager.PlaySound(voice, nil, nil, 10)
end -- end
--当前不是选择界面 --当前不是选择界面
if isRightType then if isRightType then