You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Somehow the flag selection isn't working right and sometimes a click will apparently be a flag that doesn't exist.
One solution to this is to use mouseToField to get field coordinates of the click and then see if there's a flag near there, rather than select by colored pixel, which is how it currently is doing it.
The text was updated successfully, but these errors were encountered:
Somehow the flag selection isn't working right and sometimes a click will apparently be a flag that doesn't exist.
One solution to this is to use mouseToField to get field coordinates of the click and then see if there's a flag near there, rather than select by colored pixel, which is how it currently is doing it.
The text was updated successfully, but these errors were encountered: