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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user