Merge branch 'master_develop' of http://60.1.1.230/gaoxin/JL_Client into master_develop

wangzhenxing 2020-10-09 16:12:51 +09:00
commit 43eef31eae
1 changed files with 3 additions and 0 deletions

View File

@ -358,6 +358,9 @@ end
---- ==============================播放音效===================================
function SoundManager.PlaySound(clipName, fadeType, runType, channel, outChannel)
if not clipName then
return
end
__DebugLog("*****")
-- 判断是否符合音效时间限制
if _AudioPlayList[clipName] then