【拍脸】修复偶现栈空报错
parent
410a0cac4f
commit
f75b844961
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue