Merge branch 'master_develop' of http://60.1.1.230/gaoxin/JL_Client into master_develop
commit
43eef31eae
|
|
@ -358,6 +358,9 @@ end
|
|||
|
||||
---- ==============================播放音效===================================
|
||||
function SoundManager.PlaySound(clipName, fadeType, runType, channel, outChannel)
|
||||
if not clipName then
|
||||
return
|
||||
end
|
||||
__DebugLog("*****")
|
||||
-- 判断是否符合音效时间限制
|
||||
if _AudioPlayList[clipName] then
|
||||
|
|
|
|||
Loading…
Reference in New Issue