1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-15 08:47:20 +08:00

Fix: Enemy detection

- Log shows 'E' and wrong prediction is_siren, because attributes are kept to the next detection
- Fix missing predict also
- Fix log show DEFAULT_BUTTON for the entrance of campaign
This commit is contained in:
LmeSzinc
2020-05-31 02:49:06 +08:00
parent 589419ea91
commit 83508b94d3
4 changed files with 20 additions and 17 deletions

View File

@@ -104,6 +104,7 @@ class Grids(Perspective):
image = self._image_clear_ui(image)
self.image = image
for grid in self:
grid.reset()
grid.image = image
def _image_clear_ui(self, image):