mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-22 00:35:34 +00:00
Fix: Increase SecondaryMaatouchBuilder to contact=2
This commit is contained in:
parent
8d3a700f2e
commit
e327371c8a
@ -16,7 +16,7 @@ class SecondaryMaatouchBuilder(maatouch.MaatouchBuilder):
|
||||
"""
|
||||
Click on secondary contact to avoid interruption of real-person contact
|
||||
"""
|
||||
super().__init__(device, contact=1, handle_orientation=handle_orientation)
|
||||
super().__init__(device, contact=2, handle_orientation=handle_orientation)
|
||||
|
||||
|
||||
maatouch.MaatouchBuilder = SecondaryMaatouchBuilder
|
||||
|
Loading…
Reference in New Issue
Block a user