fix:滑动过快导致没停下来就选人
This commit is contained in:
parent
53dffc870d
commit
c124b0a296
1 changed files with 1 additions and 3 deletions
|
@ -83,9 +83,7 @@ class BattleAgentChooseSolver(SceneGraphSolver):
|
|||
self.agent = None
|
||||
return
|
||||
|
||||
self.swipe_noinertia(
|
||||
(1000, 540), (-1900, 0), duration=config.screenshot_avg / 100
|
||||
)
|
||||
self.swipe_noinertia((1000, 540), (-1900, 0))
|
||||
|
||||
self.tmp_data = list(agents.keys())[-1]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue