mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-16 01:07:22 +08:00
Fix: Retry on Camera.update() to allow random MapDetectionError
This commit is contained in:
@@ -263,8 +263,8 @@ class GlobeOperation(ActionPointHandler, MapEventHandler):
|
||||
in: is_in_globe
|
||||
out: is_in_map
|
||||
"""
|
||||
return self.ui_click(GLOBE_GOTO_MAP, check_button=self.is_in_map, offset=(200, 5),
|
||||
skip_first_screenshot=skip_first_screenshot)
|
||||
return self.ui_click(GLOBE_GOTO_MAP, check_button=self.is_in_map, offset=(20, 20),
|
||||
retry_wait=3, skip_first_screenshot=skip_first_screenshot)
|
||||
|
||||
def os_map_goto_globe(self, unpin=True, skip_first_screenshot=True):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user