mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 00:28:20 +08:00
Fix: [ALAS] Missing wait after down event
This commit is contained in:
@@ -355,7 +355,7 @@ class MaaTouch(Connection):
|
||||
points = insert_swipe(p0=p1, p3=p2)
|
||||
builder = self.maatouch_builder
|
||||
|
||||
builder.down(*points[0]).wait(10).commit()
|
||||
builder.down(*points[0]).commit().wait(10)
|
||||
builder.send_sync()
|
||||
|
||||
for point in points[1:]:
|
||||
|
||||
Reference in New Issue
Block a user