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
The example pygame-basic.py crashes in line 71 pygame.draw.circle... . Expected an int but got a float.
My 'repair' is as follows:
71 pygame.draw.circle(screen, (0, 0, 0), (int(x), int(y)), r)
The example pygame-basic.py crashes in line 71 pygame.draw.circle... . Expected an int but got a float.
My 'repair' is as follows:
71 pygame.draw.circle(screen, (0, 0, 0), (int(x), int(y)), r)