[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Game stutters



> If the ball's just bouncing around why not do
> screen.fill((0,0,0),ballRect)
> screen.blit((ballImage,ballRect)
> pygame.display.update(ballRect)

I tried that on my box... didn't make any difference. My guess is it's
due to not being locked to vsync.

Alan