0
0
mirror of https://github.com/ok-oldking/ok-wuthering-waves.git synced 2025-06-03 09:25:19 +00:00

修复有时无法退出战斗

This commit is contained in:
firedcto@gmail.com 2024-10-05 10:32:21 +08:00
parent 6438b81651
commit 0a76607285

View File

@ -143,7 +143,7 @@ class CombatCheck:
def find_target_enemy(self):
start = time.time()
target_enemy = self.find_one('target_enemy_white', box=self.target_area_box,
use_gray_scale=True, threshold=0.7,
use_gray_scale=True, threshold=0.85,
frame_processor=keep_only_white)
if self.debug and target_enemy is None:
self.screenshot('find_target_enemy')