Create option to avoid `WaitForNextFrame`

Issue #18 resolved
Jeremy Hill created an issue

No description provided.

Comments (1)

  1. Jeremy Hill reporter

    WaitForNextFrame() is enabled by default. w._accel.WaitForFrames(0) turns it off. w._accel.WaitForFrames(0) turns it back on. NB: currently there's no equivalent implementation of WaitForNextFrame() in the PyEngine.

  2. Log in to comment