diff --git a/Assets/ManagedResources/~Lua/Modules/Formation/FormationPanelV2.lua b/Assets/ManagedResources/~Lua/Modules/Formation/FormationPanelV2.lua index 4e584cdc06..724b460c07 100644 --- a/Assets/ManagedResources/~Lua/Modules/Formation/FormationPanelV2.lua +++ b/Assets/ManagedResources/~Lua/Modules/Formation/FormationPanelV2.lua @@ -207,6 +207,7 @@ function this:BindEvent() isPress = true if this.opView and this.opView.On_Btn2_Click then this.opView.On_Btn2_Click(this.curFormationIndex) + isPress = false end end) end