【剧情】修复新手战斗结束时孙悟空位置显示错误

dev_chengFeng
gaoxin 2021-06-26 17:00:20 +08:00
parent 35523560c0
commit b53554a4a8
1 changed files with 1 additions and 0 deletions

View File

@ -302,6 +302,7 @@ end
--界面关闭时调用(用于子类重写)
function StoryDialoguePanel:OnClose()
lastLive2DId = 0
-- 界面关闭,配音音效关闭
SoundManager.StopSoundByChannel(10)
end