google-code-export / gummworld2

Automatically exported from code.google.com/p/gummworld2
Other
2 stars 0 forks source link

Camera.interpolate causes warping when real ups dropping below desired ups #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
## Nasty bug fixed.
#        if 0 < State.clock.max_fps <= State.clock.ticks_per_second:
        if 0 < State.clock.get_ups() < State.clock.ticks_per_second:

Original issue reported on code.google.com by stabbing...@gmail.com on 20 Mar 2011 at 1:04

GoogleCodeExporter commented 9 years ago

Original comment by stabbing...@gmail.com on 30 Mar 2011 at 5:08