【公会技能】长按升级bug
parent
7402a7ce6c
commit
ec81feaa06
|
@ -320,6 +320,8 @@ function this.LvUpClick(isSingleLvUp)
|
||||||
if not isSingleLvUp then
|
if not isSingleLvUp then
|
||||||
this.LongLvUpClick(oldLv)
|
this.LongLvUpClick(oldLv)
|
||||||
end
|
end
|
||||||
|
_isClicked = false
|
||||||
|
_isLongPress = false
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -328,6 +330,8 @@ function this.LvUpClick(isSingleLvUp)
|
||||||
if not isSingleLvUp then
|
if not isSingleLvUp then
|
||||||
this.LongLvUpClick(oldLv)
|
this.LongLvUpClick(oldLv)
|
||||||
end
|
end
|
||||||
|
_isClicked = false
|
||||||
|
_isLongPress = false
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
if isSingleLvUp then
|
if isSingleLvUp then
|
||||||
|
|
Loading…
Reference in New Issue