报错修改提交
parent
d17a9aa29d
commit
a7fde7ccf2
|
@ -249,6 +249,7 @@ function SingleExplorePlayerView:RefreshHp()
|
|||
self.bloodSlider.gameObject:SetActive(false)
|
||||
if self.activeState == 1 then
|
||||
self.activeState = 0
|
||||
self.eventPointPos = nil
|
||||
self:RoleWalkEnd(nil)
|
||||
end
|
||||
self.activeState = 0
|
||||
|
@ -258,6 +259,7 @@ function SingleExplorePlayerView:RefreshHp()
|
|||
self.tip.gameObject:SetActive(false)
|
||||
if self.activeState == 0 then
|
||||
self.activeState = 1
|
||||
self.eventPointPos = nil
|
||||
self:RoleWalkEnd(nil)
|
||||
end
|
||||
self.activeState = 1
|
||||
|
@ -265,6 +267,7 @@ function SingleExplorePlayerView:RefreshHp()
|
|||
else
|
||||
self.activeState = 1
|
||||
self.blood:SetActive(false)
|
||||
self.eventPointPos = nil
|
||||
self:RoleWalkEnd(nil)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue