Skip to content

Commit

Permalink
fix: ODR_SelectCombat的roi在第二轮时出错
Browse files Browse the repository at this point in the history
  • Loading branch information
lumina37 committed Jan 1, 2025
1 parent 8a59c5c commit 44c2bf2
Showing 1 changed file with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -250,12 +250,11 @@
"green_mask": true,
"threshold": 0.85,
"index": -1,
"roi": "ODR_QueryChessLocation",
"roi_offset": [
10,
-1080,
1920,
1080
"roi": [
303,
196,
392,
307
],
"post_wait_freezes": {
"time": 500,
Expand Down

0 comments on commit 44c2bf2

Please sign in to comment.