【拍脸】修复偶现栈空报错
parent
410a0cac4f
commit
f75b844961
|
@ -364,7 +364,9 @@ function this.OpenPatFacePanel(_patFaceAllData)
|
|||
this.time2 = nil
|
||||
end
|
||||
this.time2 = Timer.New(function()
|
||||
if this.patFaceCallList.count > 0 then
|
||||
this.patFaceCallList:Pop()()
|
||||
end
|
||||
this.time2 = nil
|
||||
end, 0.5)
|
||||
this.time2:Start()
|
||||
|
|
Loading…
Reference in New Issue