【拍脸】修复偶现栈空报错

dev_chengFeng
gaoxin 2021-07-03 15:26:58 +08:00
parent 410a0cac4f
commit f75b844961
1 changed files with 3 additions and 1 deletions

View File

@ -364,7 +364,9 @@ function this.OpenPatFacePanel(_patFaceAllData)
this.time2 = nil this.time2 = nil
end end
this.time2 = Timer.New(function() this.time2 = Timer.New(function()
this.patFaceCallList:Pop()() if this.patFaceCallList.count > 0 then
this.patFaceCallList:Pop()()
end
this.time2 = nil this.time2 = nil
end, 0.5) end, 0.5)
this.time2:Start() this.time2:Start()