Open pingings opened 3 months ago
happens when i blink (eye coordinates are "nan") whilst the guidance box is showing
I temporarily fixed it by putting this above the line that throws the error
if x == 'nan' or y == 'nan':
return 0,0