Pygame-Cameras
Pygame-Cameras copied to clipboard
integer argument expected, got float
Tried to run this and got this error:
Traceback (most recent call last):
File "/storage/emulated/0/python/Github/Pygame-Cameras/camera.py", line 206, in
I tried some print statements to check what could be a float but didn't see anything.
And what if you write scaled_surf = pygame.transform.scale(self.internal_surf,int(self.internal_surface_size_vector * self.zoom_scale))
?