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

Re: [pygame] pygame.display.flip() and framerate



yeah, will do.

just a note... that call can fail on some machines... where changing
vsync behavior is not allowed by the driver.

So wrap a try: except: around it if you don't care so much if vsync
works or not.

cheers,

On Mon, Feb 9, 2009 at 11:20 AM, Ian Mallett <geometrian@xxxxxxxxx> wrote:
> Wow!  It does--very cool.  I recommend somebody document that flag; I didn't
> find it in the documentation.
> Ian
>