mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Fix: Handle 2 Infobars covering action_point ocr (#2503)
This commit is contained in:
parent
590435f42c
commit
64db1406a0
@ -150,6 +150,9 @@ class ActionPointHandler(UI, MapEventHandler):
|
|||||||
skip_first_screenshot = False
|
skip_first_screenshot = False
|
||||||
else:
|
else:
|
||||||
self.device.screenshot()
|
self.device.screenshot()
|
||||||
|
|
||||||
|
if self.info_bar_count() >= 2:
|
||||||
|
continue
|
||||||
|
|
||||||
if timeout.reached():
|
if timeout.reached():
|
||||||
logger.warning('Get action points timeout')
|
logger.warning('Get action points timeout')
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user