关闭音频
parent
650f872a0c
commit
829a102c73
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue